aboutsummaryrefslogtreecommitdiffstats
path: root/testing/prosody/prosody.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/prosody/prosody.pre-install')
-rw-r--r--testing/prosody/prosody.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/prosody/prosody.pre-install b/testing/prosody/prosody.pre-install
index c15127d59d..39d9cfadda 100644
--- a/testing/prosody/prosody.pre-install
+++ b/testing/prosody/prosody.pre-install
@@ -4,8 +4,8 @@ addgroup -S prosody 2>/dev/null
adduser -S -D \
-h /var/lib/prosody \
-s /sbin/nologin \
- -g "Prosody XMPP Server" \
-G prosody \
+ -g "Prosody XMPP Server" \
prosody 2>/dev/null
exit 0