From 36e39503c826abfb48e2b40d8a9db42085b1c6c5 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 20 Feb 2018 14:46:28 -0500 Subject: [PATCH] Use symbolic links for supervisor conf --- docs/installation/auth/allianceauth.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/auth/allianceauth.md b/docs/installation/auth/allianceauth.md index 5df8cfc5..74e16189 100644 --- a/docs/installation/auth/allianceauth.md +++ b/docs/installation/auth/allianceauth.md @@ -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`.