mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
correct centos service name
Thanks @iAddz
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user