Files
bearnet/image/overlay/etc/init.d/tsdns

10 lines
142 B
Plaintext
Executable File

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