summaryrefslogtreecommitdiff
path: root/minecproxy/systemd.h
blob: d45504439290140afffff10c12600ef74fc46a4e (plain)
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