mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-22 18:52:50 +01:00
Don't remove AppData on start for Debian init script
parent
0894c82cf5
commit
2e5a0bba73
@ -54,7 +54,7 @@ case "$1" in
|
|||||||
start)
|
start)
|
||||||
if [ -z "${NZBDRONE_PID}" ]; then
|
if [ -z "${NZBDRONE_PID}" ]; then
|
||||||
echo "Starting $DESC"
|
echo "Starting $DESC"
|
||||||
rm -rf ${PID_PATH} || return 1
|
rm ${PID_FILE} || return 1
|
||||||
install -d --mode=0755 -o $RUN_AS $PID_PATH || return 1
|
install -d --mode=0755 -o $RUN_AS $PID_PATH || return 1
|
||||||
start-stop-daemon -d $APP_PATH -c $RUN_AS --start --background --pidfile $PID_FILE --exec $DAEMON -- $DAEMON_OPTS $EXENAME
|
start-stop-daemon -d $APP_PATH -c $RUN_AS --start --background --pidfile $PID_FILE --exec $DAEMON -- $DAEMON_OPTS $EXENAME
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user