mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
13 lines
209 B
Text
13 lines
209 B
Text
#!/sbin/openrc-run
|
|
# (c) 2016 Alpine Linux
|
|
|
|
name=wokd
|
|
command=/usr/bin/$name
|
|
command_background=YES
|
|
pidfile=/run/$name.pid
|
|
|
|
depend() {
|
|
use logger dns
|
|
need net
|
|
after libvirtd firewall
|
|
}
|