blob: 43c545e3575eedf5d50a410c154e9c9124d19d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/sbin/openrc-run
pidfile="/run/csync2.pid"
command="/usr/sbin/csync2"
command_args="-ii${CSYNC2_OPTS:+ $CSYNC2_OPTS}"
command_background="yes"
depend() {
need net localmount
after firewall
}
|