mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
#!/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
|
|
}
|