We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d706c commit 1896642Copy full SHA for 1896642
root/config/supervisor/prestart.sh
@@ -12,7 +12,7 @@ ln -sf "/share/websites/confs/server.$(hostname -s)" "/config/server.json"
12
# We also create a symlink to a server-specific log directory in shared storage.
13
ln -Tsf "/share/logs/notifiarr/supervisor/$(hostname -s)" "/config/log"
14
15
-# This script creates (builds) supervisor configurations for this server.
+# This php script creates (builds) the supervisord configurations for this server.
16
php /share/websites/www/notifiarr.com/supervisor/confBuilder.php
17
# The files created by confBuilder.php go in this directory. Fix their ownership.
18
chown -R abc: "/share/workers/$(hostname -s)/supervisor"
0 commit comments