summarylogtreecommitdiffstats
path: root/fleet-orbit.service
blob: e6cce5731e21bf6ea143e74c9011f18ca947ec49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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