https://github.com/osquery/osquery logo
Title
g

groob

04/23/2018, 11:54 PM
i know, but I don’t have it in front of me to check what it does
a

Ankur Shah

04/25/2018, 5:40 AM
This is our existing
systemd
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
Working after launcher updates.