aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sopel/sopel.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sopel/sopel.pre-install')
-rw-r--r--testing/sopel/sopel.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/sopel/sopel.pre-install b/testing/sopel/sopel.pre-install
new file mode 100644
index 0000000000..7e7ae1039e
--- /dev/null
+++ b/testing/sopel/sopel.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S sopel 2>/dev/null
+adduser -S -D -H -h/dev/null -s/sbin/nologin -G sopel -g sopel sopel 2>/dev/null
+
+exit 0