summarylogtreecommitdiffstats
path: root/fleet-orbit
blob: 94ae6949fe42bf6b2e925a580804ff3294129bd4 (plain)
1
2
3
4
5
6
7
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 "$@"