aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wok/wokd.initd
blob: c45008e0b8229f0ac1e76cfdfeb40cab6f2341f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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
}