Browse Source

add --disable-file-log to systemd service (#1873)

pull/1876/head
jcfp 4 years ago
committed by GitHub
parent
commit
75deb9d678
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      linux/sabnzbd@.service

2
linux/sabnzbd@.service

@ -18,7 +18,7 @@ After=network-online.target
[Service]
Environment="PYTHONIOENCODING=utf-8"
ExecStart=/opt/sabnzbd/SABnzbd.py --logging 1 --browser 0
ExecStart=/opt/sabnzbd/SABnzbd.py --disable-file-log --logging 1 --browser 0
User=%I
Type=simple
Restart=on-failure

Loading…
Cancel
Save