add alloy
This commit is contained in:
@@ -4,6 +4,10 @@ depend() {
|
||||
need docker tsdns
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
docker pull git.sfclub.cc/cloud/workspace-image:latest
|
||||
}
|
||||
|
||||
command="/usr/bin/bubble"
|
||||
command_args="-config /daemon/config.yaml 2>&1"
|
||||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
|
||||
@@ -5,7 +5,7 @@ depend() {
|
||||
}
|
||||
|
||||
supervisor="supervise-daemon"
|
||||
restart_max=0
|
||||
restart_max=5
|
||||
restart_delay=10
|
||||
|
||||
command="/usr/bin/tsdns"
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend() {
|
||||
need docker net
|
||||
}
|
||||
|
||||
command="/usr/bin/update-images"
|
||||
Reference in New Issue
Block a user