fix bubble unit and revert alloy
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
# Configuration for /etc/init.d/alloy
|
||||
|
||||
STORAGE=/data/alloy
|
||||
export ENVIRONMENT=prod
|
||||
export LOKI_URL=_LOKI_URL_
|
||||
export LOKI_TENANT=_LOKI_TENANT_
|
||||
export NODE_NAME=$(cat /etc/hostname)
|
||||
|
||||
# Comment out to disable process supervisor.
|
||||
supervisor=supervise-daemon
|
||||
@@ -5,7 +5,10 @@ depend() {
|
||||
}
|
||||
|
||||
start_pre() {
|
||||
docker pull git.sfclub.cc/cloud/workspace-image:latest
|
||||
until docker info >/dev/null 2>&1; do
|
||||
sleep 2
|
||||
done
|
||||
docker pull git.sfclub.cc/cloud/workspace-image:latest
|
||||
}
|
||||
|
||||
command="/usr/bin/bubble"
|
||||
|
||||
Reference in New Issue
Block a user