aports/testing/corosync/corosync.initd
2025-05-29 03:15:10 +00:00

13 lines
237 B
Bash
Executable file

#!/sbin/openrc-run
: ${cfgfile:=${CONFIGFILE:="/etc/corosync/corosync.conf"}}
pidfile="/run/$RC_SVCNAME.pid"
command="/usr/sbin/corosync"
command_args="-l $pidfile -c $cfgfile"
required_files="$cfgfile"
depend() {
need net
}