1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef foosystemdhfoo #define foosystemdhfoo char *systemd_object_path(const char *service); void systemd_delete(); bool systemd_service_running(struct server *server); bool systemd_service_stop(struct server *server); bool systemd_service_start(struct server *server); #endif