mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
6 lines
140 B
Text
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"
|