summarylogtreecommitdiffstats
path: root/sabnzbd.service
diff options
context:
space:
mode:
authorBen Ruijl2016-03-21 13:45:09 +0100
committerBen Ruijl2016-03-21 13:45:09 +0100
commit781a5b5d935da6a5514a7038b0f198e59ce3cc44 (patch)
tree635930da20ecdd82821343c4a079b3c05317d41d /sabnzbd.service
parentc58a4c2c1e129b51b5a46b5e1bd0b43d55379e4b (diff)
downloadaur-781a5b5d935da6a5514a7038b0f198e59ce3cc44.tar.gz
Added config file path to the systemd service file.
Diffstat (limited to 'sabnzbd.service')
-rw-r--r--sabnzbd.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/sabnzbd.service b/sabnzbd.service
index 436bbd216d9a..6806b9cef3d7 100644
--- a/sabnzbd.service
+++ b/sabnzbd.service
@@ -3,7 +3,7 @@ Description=SABnzbd binary newsreader
After=network.target
[Service]
-ExecStart=/opt/sabnzbd/SABnzbd.py -l0
+ExecStart=/opt/sabnzbd/SABnzbd.py -l0 -f /opt/sabnzbd/sabnzbd.ini
User=sabnzbd
Group=sabnzbd