aports/testing/wok/wokd.initd
2016-12-15 11:10:31 +00:00

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
}