summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 8d6cd5ad1e1b..9a7b0d9e58fc 100644
--- a/install
+++ b/install
@@ -1,5 +1,5 @@
post_install() {
getent group netflow &>/dev/null || groupadd -r -g 44 netflow >/dev/null
- getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G netflow http >/dev/null
+ getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G http netflow >/dev/null
usr/bin/systemd-tmpfiles --create nfsen.conf || true
}