aboutsummaryrefslogtreecommitdiffstats
path: root/community/icingaweb2/icingaweb2.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/icingaweb2/icingaweb2.pre-install')
-rwxr-xr-xcommunity/icingaweb2/icingaweb2.pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/icingaweb2/icingaweb2.pre-install b/community/icingaweb2/icingaweb2.pre-install
index 2f5d83d203e..96c9a9cc3e2 100755
--- a/community/icingaweb2/icingaweb2.pre-install
+++ b/community/icingaweb2/icingaweb2.pre-install
@@ -1,3 +1,6 @@
#!/bin/sh
addgroup -S icingaweb2 2>/dev/null
+addgroup -S icingacmd 2>/dev/null
+adduser -S -D -H -s /sbin/nologin -G icingacmd -g icingacmd icingaweb2 2>/dev/null
+adduser icingaweb2 icingacmd 2>/dev/null
exit 0