mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 23:05:07 +01:00
correct centos service name
Thanks @iAddz
This commit is contained in:
@@ -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)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user