Files
bearnet/image/overlay/etc/init.d/tsdns
2026-07-06 14:24:38 +08:00

9 lines
110 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need docker net
}
command="/usr/bin/tsdns"
pidfile="/run/${RC_SVCNAME}.pid"