1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
display_requirements () { cat <<-EOF Configuration parameters can be found in: /etc/conf.d/kolide After everything is setup, as root run: systemctl enable --now kolide.service EOF } post_install() { systemd-sysusers kolide.conf display_requirements } post_upgrade() { post_install }