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 "$@"