summarylogtreecommitdiffstats
path: root/sickchill.service
diff options
context:
space:
mode:
authorwillemw122020-09-04 10:55:36 +0200
committerwillemw122020-09-04 10:55:36 +0200
commit8738a622b3a5890b63c498a33fc2ee9beffc64a3 (patch)
treee5e9178b6f4586e653c000bd169bc584ef74e629 /sickchill.service
parent53a3149f4258175539f3335ce5253f9fc699e39e (diff)
downloadaur-8738a622b3a5890b63c498a33fc2ee9beffc64a3.tar.gz
Switch from git install to pip install
Diffstat (limited to 'sickchill.service')
-rw-r--r--sickchill.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/sickchill.service b/sickchill.service
index 4c9bbe4f76b0..385b031b1587 100644
--- a/sickchill.service
+++ b/sickchill.service
@@ -8,8 +8,7 @@ User=sickchill
Group=sickchill
Type=simple
-Environment=PYTHONPATH=/opt/sickchill/app/lib3
-ExecStart=/opt/sickchill/app/SickChill.py --quiet --nolaunch --datadir=/opt/sickchill/data
+ExecStart=/opt/sickchill/app/bin/SickChill.py --quiet --nolaunch --datadir=/opt/sickchill/data
[Install]
WantedBy=multi-user.target