mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/sbin/csync2"
|
|
command_args="-ii ${command_args:-}"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME.pid"
|