summaryrefslogtreecommitdiff
path: root/minecproxy/systemd.h
blob: fb9e3a4e35ec838719a0982c931d38603907f203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef foosystemdhfoo
#define foosystemdhfoo

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