You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-im/synapse/files/synapse.initd

11 lines
365 B

#!/sbin/openrc-run
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
name="Matrix synapse daemon"
description=""
command=/usr/bin/synapse_homeserver
command_args="--daemonize --config-path /etc/synapse/homeserver.yaml"
pidfile=/var/lib/synapse/homeserver.pid
start_stop_daemon_args="--user synapse --group synapse"