summarylogtreecommitdiffstats
path: root/kolide-launcher.service
blob: 434cb92ab2eb11d15c4443d1f207e8ce0ab7c6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=The Kolide Launcher
After=network.service syslog.service

[Service]
ExecStart=/usr/bin/kolide-launcher \
	-config /etc/kolide/launcher.conf
Restart=on-failure
RestartSec=3

[Install]
WantedBy=multi-user.target