aboutsummaryrefslogtreecommitdiffstats
path: root/main/arpwatch/arpwatch.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/arpwatch/arpwatch.pre-install')
-rw-r--r--main/arpwatch/arpwatch.pre-install3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/arpwatch/arpwatch.pre-install b/main/arpwatch/arpwatch.pre-install
index d75874fc45..56fdfe34e0 100644
--- a/main/arpwatch/arpwatch.pre-install
+++ b/main/arpwatch/arpwatch.pre-install
@@ -1,4 +1,5 @@
#!/bin/sh
+
adduser -S -H -s /sbin/nologin -D -g arpwatch arpwatch 2>/dev/null
-exit 0
+exit 0