Files
bearnet/image/overlay/etc/init.d/alloy
T
2026-07-08 22:13:27 +08:00

13 lines
172 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need docker net
}
supervisor="supervise-daemon"
restart_max=5
restart_delay=10
command="/usr/bin/alloy"
pidfile="/run/${RC_SVCNAME}.pid"