Skip to content

Commit

Permalink
missed a save
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 19, 2024
1 parent fe9ff68 commit e5d706c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions root/config/supervisor/prestart.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/bash

PATH=/usr/bin

# This script is executed by systemd before sueprvisord is started.
# See: https://github.com/Notifiarr/workers/blob/main/root/etc/systemd/system/supervisor.service.d/notifiarr.conf

set -e
PATH=/usr/bin

# Before starting supervisor, we create a symlink to the website config file for this server.
ln -sf "/share/websites/confs/server.$(hostname -s)" "/config/server.json"

Expand Down

0 comments on commit e5d706c

Please sign in to comment.