i know, but I don’t have it in front of me to chec...
# kolide
g
i know, but I don’t have it in front of me to check what it does
a
This is our existing
systemd
unit file.
Copy code
[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
Working after launcher updates.