add alloy

This commit is contained in:
iceBear67
2026-07-08 22:13:27 +08:00
parent 06ad25f8e7
commit 708b689e78
9 changed files with 129 additions and 19 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/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"