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