aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gearmand/gearmand.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gearmand/gearmand.pre-install')
-rw-r--r--testing/gearmand/gearmand.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gearmand/gearmand.pre-install b/testing/gearmand/gearmand.pre-install
index e52c97ecd4..d86179a7bd 100644
--- a/testing/gearmand/gearmand.pre-install
+++ b/testing/gearmand/gearmand.pre-install
@@ -1,7 +1,7 @@
#!/bin/sh
-addgroup -S gearmand 2>/dev/null
-adduser -S -D -H -s /bin/false -G gearmand \
+addgroup -S gearman 2>/dev/null
+adduser -S -D -H -s /bin/false -G gearman \
-g "Gearman Server" gearman 2>/dev/null
exit 0