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