From e76b0789f3436f394b799b2df3c7dfed31709359 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 23 May 2017 11:03:52 -0400 Subject: [PATCH] correct centos service name Thanks @iAddz --- docs/installation/auth/supervisor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/auth/supervisor.md b/docs/installation/auth/supervisor.md index 6e71ec8a..c616a539 100644 --- a/docs/installation/auth/supervisor.md +++ b/docs/installation/auth/supervisor.md @@ -15,8 +15,8 @@ Ubuntu: CentOS: sudo yum install supervisor - sudo systemctl enable supervisor.service - sudo systemctl start supervisor.service + sudo systemctl enable supervisord.service + sudo systemctl start supervisord.service ## Configuration @@ -60,4 +60,4 @@ Most often this is caused by a permissions issue on the allianceauth directory ( ### Workers are using old settings -Every time the codebase is updated or settings file changed, workers will have to be restarted. Easiest way is to restart the supervisor service (see configuration above for commands) \ No newline at end of file +Every time the codebase is updated or settings file changed, workers will have to be restarted. Easiest way is to restart the supervisor service (see configuration above for commands)