/* 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