aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crtmpserver/crtmpserver.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/crtmpserver/crtmpserver.pre-install')
-rw-r--r--testing/crtmpserver/crtmpserver.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crtmpserver/crtmpserver.pre-install b/testing/crtmpserver/crtmpserver.pre-install
index 025170a2f26..643a6f8ff1a 100644
--- a/testing/crtmpserver/crtmpserver.pre-install
+++ b/testing/crtmpserver/crtmpserver.pre-install
@@ -1,3 +1,3 @@
#!/bin/sh
-adduser -S -h /var/crtmpserver -s /bin/false rtmpd 2>/dev/null
+adduser -S -h /var/crtmpserver -s /bin/false -g rtmpd rtmpd 2>/dev/null
exit 0