mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 07:11:47 +01:00
14 lines
215 B
Bash
Executable File
14 lines
215 B
Bash
Executable File
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
|
|
command="/usr/bin/syncv3"
|
|
command_background="yes"
|
|
command_user="sliding-sync:sliding-sync"
|
|
|
|
pidfile="/var/run/${SVCNAME}.pid"
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|