mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
#!/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
|
|
}
|