summarylogtreecommitdiffstats
path: root/kolide.install
diff options
context:
space:
mode:
Diffstat (limited to 'kolide.install')
-rw-r--r--kolide.install16
1 files changed, 15 insertions, 1 deletions
diff --git a/kolide.install b/kolide.install
index 758500bd5723..dbc98cb4b5bd 100644
--- a/kolide.install
+++ b/kolide.install
@@ -1,7 +1,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
+ post_install
}