| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef SYSTEMD__H |
| # define SYSTEMD__H |
| |
| # include <glib.h> |
| # include "crm/services.h" |
| |
| G_GNUC_INTERNAL GList *systemd_unit_listall(void); |
| G_GNUC_INTERNAL gboolean systemd_unit_exec(svc_action_t * op); |
| G_GNUC_INTERNAL gboolean systemd_unit_exists(const gchar * name); |
| G_GNUC_INTERNAL void systemd_cleanup(void); |
| |
| #endif |