Files
bearnet/image/overlay/etc/init.d/tsdns
iceBear67 bf67b8b95f refactor
2026-07-05 13:49:09 +08:00

10 lines
135 B
Plaintext
Executable File

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