Skip to content

Commit 84de110

Browse files
committed
more links for logs
1 parent f9bf1f7 commit 84de110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/config/log

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"'
54
ExecStartPre=/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"'

0 commit comments

Comments
 (0)