summarylogtreecommitdiffstats
path: root/fleet-orbit.service
diff options
context:
space:
mode:
Diffstat (limited to 'fleet-orbit.service')
-rw-r--r--fleet-orbit.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/fleet-orbit.service b/fleet-orbit.service
new file mode 100644
index 000000000000..e6cce5731e21
--- /dev/null
+++ b/fleet-orbit.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Orbit osquery
+After=network.service syslog.service
+
+[Service]
+TimeoutStartSec=0
+ExecStart=/usr/bin/fleet-orbit
+Restart=always
+RestartSec=60
+KillMode=control-group
+KillSignal=SIGTERM
+CPUQuota=5%
+
+[Install]
+WantedBy=multi-user.target