correct centos service name

Thanks @iAddz
This commit is contained in:
Adarnof 2017-05-23 11:03:52 -04:00 committed by GitHub
parent d2e32d3da3
commit e76b0789f3

View File

@ -15,8 +15,8 @@ Ubuntu:
CentOS: CentOS:
sudo yum install supervisor sudo yum install supervisor
sudo systemctl enable supervisor.service sudo systemctl enable supervisord.service
sudo systemctl start supervisor.service sudo systemctl start supervisord.service
## Configuration ## Configuration
@ -60,4 +60,4 @@ Most often this is caused by a permissions issue on the allianceauth directory (
### Workers are using old settings ### 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) 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)