summarylogtreecommitdiffstats
path: root/kolide-launcher.service
blob: 15a6b764b72e1fe40b82b76cc2f1c206ca19e917 (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