mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 18:26:44 +02:00
14 lines
183 B
Bash
14 lines
183 B
Bash
#!/sbin/openrc-run
|
|
|
|
command=/usr/sbin/arpon
|
|
command_args="-d $ARPON_OPTS"
|
|
pidfile=/var/run/arpon.pid
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|
|
|
|
start_pre() {
|
|
checkpath -f "$pidfile"
|
|
}
|