aports/testing/csync2/csync2.initd

13 lines
227 B
Plaintext

#!/sbin/openrc-run
name="$SVCNAME"
pidfile="/var/run/$SVCNAME.pid"
command="/usr/sbin/$SVCNAME"
command_args="-ii${CSYNC2_OPTS:+ $CSYNC2_OPTS}"
command_background="yes"
depend() {
need net localmount
after firewall
}