1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/community/csync2/csync2.initd
2018-06-24 23:01:23 +02:00

6 lines
140 B
Text

#!/sbin/openrc-run
command="/usr/sbin/csync2"
command_args="-ii ${command_args:-}"
command_background="yes"
pidfile="/run/$RC_SVCNAME.pid"