Skip to content

Commit

Permalink
do not hard code debug log file on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 19, 2024
1 parent 8586148 commit 36bd026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/systemd/notifiarr.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Requires=network.target
[Service]
Environment=DN_LOG_FILE=/var/log/notifiarr/app.log
Environment=DN_HTTP_LOG=/var/log/notifiarr/http.log
Environment=DN_DEBUG_LOG=/var/log/notifiarr/debug.log
Environment=DN_SERVICES_LOG_FILE=/var/log/notifiarr/services.log
Environment=DN_QUIET=true
ExecStart=/usr/bin/notifiarr $DAEMON_OPTS
Expand Down

0 comments on commit 36bd026

Please sign in to comment.