summaryrefslogtreecommitdiffstats
path: root/testing/rtnppd/rtnppd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rtnppd/rtnppd.pre-install')
-rw-r--r--testing/rtnppd/rtnppd.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/rtnppd/rtnppd.pre-install b/testing/rtnppd/rtnppd.pre-install
new file mode 100644
index 000000000..2af5d261f
--- /dev/null
+++ b/testing/rtnppd/rtnppd.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+addgroup -S rtnppd 2>/dev/null
+adduser -S -G rtnppd -H -h /var/run/rtnppd -s /bin/false rtnppd 2>/dev/null
+exit 0