fix bubble unit and revert alloy

This commit is contained in:
iceBear67
2026-07-08 23:47:53 +08:00
parent 7b9bd5567a
commit 8bb600d5ef
5 changed files with 6 additions and 20 deletions
-10
View File
@@ -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
+4 -1
View File
@@ -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"