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)