Use symbolic links for supervisor conf

This commit is contained in:
Adarnof
2018-02-20 14:46:28 -05:00
committed by GitHub
parent e7a24c9cd4
commit 36e39503c8

View File

@@ -163,11 +163,11 @@ Once installed it needs a configuration file to know which processes to watch. Y
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:
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`.