summarylogtreecommitdiffstats
path: root/fleet-orbit
blob: 4e9e6c6b18d9d0570ed557c3ab1249e0f6b8cc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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}"

exec /opt/fleet-orbit/bin/orbit/orbit "$@"