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..0ef043441
--- /dev/null
+++ b/user/tipidee/tipidee.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S tipidee 2>/dev/null
+adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideelog tipideelog 2>/dev/null
+adduser -S -D -h / -H -s /sbin/nologin -G tipidee -g tipideed tipideed 2>/dev/null
+
+exit 0