mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
Use symbolic links for supervisor conf
This commit is contained in:
parent
e7a24c9cd4
commit
36e39503c8
@ -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`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user