summaryrefslogtreecommitdiff
path: root/shared/systemd.h
blob: 0da1eca06aeebf9680f0c12a0da62dbc774f7527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef foosharedsystemdhfoo
#define foosharedsystemdhfoo

void systemd_delete();

bool systemd_service_running(struct server_config *scfg, const char **error);

bool systemd_service_stop(struct server_config *scfg);

bool systemd_service_start(struct server_config *scfg);

#endif