mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 17:31:32 +01:00
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/$SVCNAME
|
|
pidfile=/var/run/$SVCNAME.pid
|
|
|
|
depend() {
|
|
need net
|
|
after firewall
|
|
}
|