aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale/radicale.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/radicale/radicale.pre-install')
-rw-r--r--testing/radicale/radicale.pre-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/radicale/radicale.pre-install b/testing/radicale/radicale.pre-install
index f101c38153d..c15cf63cc47 100644
--- a/testing/radicale/radicale.pre-install
+++ b/testing/radicale/radicale.pre-install
@@ -1,7 +1,9 @@
#!/bin/sh
name=radicale
+
addgroup -S $name 2>/dev/null
adduser -S -H -h /var/lib/$name -s /sbin/nologin -D -G $name -g $name $name 2>/dev/null
addgroup $name $name 2>/dev/null
+
exit 0