Files
bearnet/image/overlay/etc/init.d/tsdns
2026-07-06 13:54:21 +08:00

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"