aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ntopng/ntopng.pre-install')
-rwxr-xr-xtesting/ntopng/ntopng.pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/ntopng/ntopng.pre-install b/testing/ntopng/ntopng.pre-install
index 2386dc8069..9af92bb5d7 100755
--- a/testing/ntopng/ntopng.pre-install
+++ b/testing/ntopng/ntopng.pre-install
@@ -1,4 +1,6 @@
#!/bin/sh
+
addgroup -S ntop 2>/dev/null
adduser -S -h /var/lib/ntop -s /sbin/nologin -G ntop -H -D -g ntop ntop 2>/dev/null
+
exit 0