initial import
This commit is contained in:
11
tinydns/tinydns.initd
Normal file
11
tinydns/tinydns.initd
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
name="tinydns"
|
||||
description="tiny DNS cache service"
|
||||
supervisor=supervise-daemon
|
||||
command=/usr/sbin/tinydns
|
||||
pidfile="/run/$SVCNAME.pid"
|
||||
|
||||
depend() {
|
||||
need net
|
||||
}
|
||||
Reference in New Issue
Block a user