introduce image-updater

This commit is contained in:
iceBear67
2026-07-09 00:04:25 +08:00
parent 9b42945820
commit be27cdba97
3 changed files with 18 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/sbin/openrc-run
depend() {
need docker
}
supervisor="supervise-daemon"
restart_max=5
restart_delay=10
command="/usr/bin/image-updater"
pidfile="/run/${RC_SVCNAME}.pid"