File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
etc/systemd/system/supervisor.service.d Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Before starting supervisor, we create a symlinks to the Notifiarr-specific files for this server.
22# Those files live in a folder with this server's name, so create a dynamic symlink to reach them at a known path.
33[Service]
4- ExecStartPre=/bin/bash -c 'ln -sf "/share/workers/$(hostname -s)/supervisor/" "/etc/supervisor/conf.d"'
54ExecStartPre=/bin/bash -c 'ln -sf "/share/websites/confs/server.$(hostname -s)" "/config/server.json"'
5+ ExecStartPre=/bin/bash -c 'ln -Tsf "/share/workers/$(hostname -s)/supervisor/" "/etc/supervisor/conf.d"'
6+ ExecStartPre=/bin/bash -c 'ln -Tsf "/share/logs/notifiarr/supervisor/$(hostname -s)" "/config/log"'
You can’t perform that action at this time.
0 commit comments