mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Use symbolic links for supervisor conf
This commit is contained in:
@@ -163,11 +163,11 @@ Once installed it needs a configuration file to know which processes to watch. Y
|
|||||||
|
|
||||||
Ubuntu:
|
Ubuntu:
|
||||||
|
|
||||||
ln /home/allianceserver/myauth/supervisor.conf /etc/supervisor/conf.d/myauth.conf
|
ln -s /home/allianceserver/myauth/supervisor.conf /etc/supervisor/conf.d/myauth.conf
|
||||||
|
|
||||||
CentOS:
|
CentOS:
|
||||||
|
|
||||||
ln /home/allianceserver/myauth/supervisor.conf /etc/supervisord.d/myauth.ini
|
ln -s /home/allianceserver/myauth/supervisor.conf /etc/supervisord.d/myauth.ini
|
||||||
|
|
||||||
And activate it with `supervisorctl reload`.
|
And activate it with `supervisorctl reload`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user