refactor
This commit is contained in:
9
image/overlay/etc/init.d/tsdns
Executable file
9
image/overlay/etc/init.d/tsdns
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {
|
||||
need docker net
|
||||
}
|
||||
|
||||
command="/usr/bin/tsdns"
|
||||
command_background=true
|
||||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
Reference in New Issue
Block a user