summaryrefslogtreecommitdiff
path: root/user/tipidee/tipidee.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'user/tipidee/tipidee.pre-install')
-rw-r--r--user/tipidee/tipidee.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/user/tipidee/tipidee.pre-install b/user/tipidee/tipidee.pre-install
new file mode 100644
index 000000000..e92fd1d0a
--- /dev/null
+++ b/user/tipidee/tipidee.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+groupadd -r -- tipidee 2>/dev/null
+useradd -r -d / -M -N -s /sbin/nologin -g tipidee -c tipideelog -- tipideelog 2>/dev/null
+useradd -r -d / -M -N -s /sbin/nologin -g tipidee -c tipideed -- tipideed 2>/dev/null
+
+exit 0