mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 15:56:58 +00:00
Ensure path to PID exists (e.g. /var/run/nzbdrone).
parent
bf0eeefc9f
commit
ba08724d65
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ DAEMON_OPTS=""
|
|||
# Path to store PID file
|
||||
PID_PATH=/var/run/nzbdrone
|
||||
############### END EDIT ME ##################
|
||||
|
||||
mkdir -p ${PID_PATH}
|
||||
PID_FILE=${PID_PATH}/nzbdrone.pid
|
||||
EXENAME=`basename ${APP_PATH}/NzbDrone.exe`
|
||||
DESC=`basename ${APP_PATH}/NzbDrone.exe .exe`
|
||||
|
|
Loading…
Reference in a new issue