diff options
author | Marcel Hernandez <e6990620@gmail.com> | 2017-05-16 16:44:36 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-06-20 08:08:00 +0000 |
commit | 8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1 (patch) | |
tree | e0e98b42f39b46aee1555734497b5c9be2b358ad /testing/gearmand/gearmand.confd | |
parent | b4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a (diff) | |
download | aports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.bz2 aports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.xz |
testing/gearmand: fix system user name
Diffstat (limited to 'testing/gearmand/gearmand.confd')
-rw-r--r-- | testing/gearmand/gearmand.confd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gearmand/gearmand.confd b/testing/gearmand/gearmand.confd index 3948a91a7f..416da65c80 100644 --- a/testing/gearmand/gearmand.confd +++ b/testing/gearmand/gearmand.confd @@ -1,5 +1,5 @@ # Gearman server -gearmand_user="gearmand" -gearmand_group="gearmand" +gearmand_user="gearman" +gearmand_group="gearman" gearmand_opts="" |