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.
2 parents f9eeca8 + e085855 commit 0e43323Copy full SHA for 0e43323
root/config/supervisor/prestart.sh
@@ -12,6 +12,10 @@ 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
+mkdir "/share/workers/$(hostname -s)"
16
+mkdir "/share/workers/$(hostname -s)/supervisor"
17
+cp /share/workers/defaults/local.conf "/share/workers/$(hostname -s)/supervisor"
18
+
19
# This php script creates (builds) the supervisord configurations for this server.
20
php /share/websites/www/notifiarr.com/supervisor/confBuilder.php
21
# The files created by confBuilder.php go in this directory. Fix their ownership.
0 commit comments