1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/wok/wokd.initd
2016-12-15 11:10:31 +00:00

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
}