introduce image-updater
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user