Browse Source

set utf-8 encoding in systemd service

tags/3.0.0RC1
jcfp 5 years ago
committed by Safihre
parent
commit
e37c517f79
  1. 1
      linux/sabnzbd@.service

1
linux/sabnzbd@.service

@ -17,6 +17,7 @@ Wants=network-online.target
After=network-online.target
[Service]
Environment="PYTHONIOENCODING=utf-8"
ExecStart=/opt/sabnzbd/SABnzbd.py --logging 1 --browser 0
User=%I
Type=simple

Loading…
Cancel
Save