summarylogtreecommitdiffstats
path: root/fleet-orbit
diff options
context:
space:
mode:
authorGilbert Gilb's2022-05-12 17:02:13 +0200
committerGilbert Gilb's2022-05-12 19:52:18 +0200
commitc696df792c264322b4b500f021c143c919787352 (patch)
tree5494bae62bf97fca814af2875163fa3ff93e93d4 /fleet-orbit
downloadaur-c696df792c264322b4b500f021c143c919787352.tar.gz
first release
Diffstat (limited to 'fleet-orbit')
-rwxr-xr-xfleet-orbit8
1 files changed, 8 insertions, 0 deletions
diff --git a/fleet-orbit b/fleet-orbit
new file mode 100755
index 000000000000..94ae6949fe42
--- /dev/null
+++ b/fleet-orbit
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+. /etc/default/fleet-orbit
+
+export ORBIT_ROOT_DIR="${ORBIT_ROOT_DIR:-/opt/fleet-orbit}"
+export ORBIT_DISABLE_UPDATES="${ORBIT_DISABLE_UPDATES:-true}"
+
+exec /opt/fleet-orbit/bin/orbit/orbit "$@"