remove dbus from docker setup, not actually needed

This commit is contained in:
Nick Sweeting 2024-01-11 19:02:34 -08:00
parent df11a8a3ba
commit 014c1e1dc7
2 changed files with 8 additions and 5 deletions

View file

@ -140,6 +140,10 @@ elif [[ "$DATA_USED_PCT" -ge 99 ]] || [[ "$ROOT_AVAIL_KB" -lt 500000 ]]; then
df -kh /data > /dev/stderr
fi
# set DBUS_SYSTEM_BUS_ADDRESS & DBUS_SESSION_BUS_ADDRESS (dbus is not technically needed, it just makes chrome log fewer warnings)
# service dbus start >/dev/null 2>&1 &
# export $(dbus-launch --close-stderr)
export ARCHIVEBOX_BIN_PATH="$(which archivebox)"