summarylogtreecommitdiffstats
path: root/fleet-orbit
diff options
context:
space:
mode:
Diffstat (limited to 'fleet-orbit')
-rwxr-xr-xfleet-orbit3
1 files changed, 3 insertions, 0 deletions
diff --git a/fleet-orbit b/fleet-orbit
index 94ae6949fe42..4e9e6c6b18d9 100755
--- a/fleet-orbit
+++ b/fleet-orbit
@@ -1,6 +1,9 @@
#!/bin/sh
+set -eu
+set -a
. /etc/default/fleet-orbit
+set +a
export ORBIT_ROOT_DIR="${ORBIT_ROOT_DIR:-/opt/fleet-orbit}"
export ORBIT_DISABLE_UPDATES="${ORBIT_DISABLE_UPDATES:-true}"