13 lines
172 B
Plaintext
Executable File
13 lines
172 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend() {
|
|
need docker net
|
|
}
|
|
|
|
supervisor="supervise-daemon"
|
|
restart_max=0
|
|
restart_delay=10
|
|
|
|
command="/usr/bin/tsdns"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|