groob
Ankur Shah
04/25/2018, 5:40 AMsystemd
unit file.
[Unit]
Description=The Kolide Launcher
After=network.service syslog.service
[Service]
ExecStart=/usr/local/launcher/bin/launcher \
--root_directory=/var/launcher/xxxxxxxx-443 \
--hostname=xxxxxx:443 \
--enroll_secret_path=/etc/launcher/secret \
--autoupdate \
--update_channel=stable \
--osqueryd_path=/usr/local/launcher/bin/osqueryd
[Install]
WantedBy=multi-user.target