summarylogtreecommitdiffstats
path: root/nzbhydra.service
diff options
context:
space:
mode:
Diffstat (limited to 'nzbhydra.service')
-rw-r--r--nzbhydra.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/nzbhydra.service b/nzbhydra.service
index fd3047e7e1df..07f64d24fec6 100644
--- a/nzbhydra.service
+++ b/nzbhydra.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
User=nzbhydra
Group=nzbhydra
-ExecStart=/usr/bin/nzbhydra --nobrowser --config /etc/nzbhydra/settings.cfg --database /var/lib/nzbhydra/nzbhydra.db
+ExecStart=/usr/bin/python2 /usr/lib/nzbhydra/nzbhydra.py --nobrowser --config /etc/nzbhydra/settings.cfg --database /var/lib/nzbhydra/nzbhydra.db
Type=simple
TimeoutStopSec=20
Restart=always