summaryrefslogtreecommitdiffstats
path: root/testing/wok/wokd.initd
blob: 17e0ecf76723dc73449447b35cb120af752c18c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run
# (c) 2016 Alpine Linux

name=wokd
command=/usr/bin/$name
command_background=YES

depend() {
        use logger dns
        need net
        after libvirtd firewall
}