From 6a0aa04db4f55299967643072b0eff5d245e5d88 Mon Sep 17 00:00:00 2001 From: fggp Date: Thu, 27 Oct 2022 09:23:17 +0200 Subject: [PATCH] Start command The start command path for tisbakcup_huey.service was wrong. --- scripts/tisbackup_huey.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tisbackup_huey.service b/scripts/tisbackup_huey.service index 54cde81..0110827 100644 --- a/scripts/tisbackup_huey.service +++ b/scripts/tisbackup_huey.service @@ -3,7 +3,7 @@ Description=tisbackup [Service] Type=simple -ExecStart=/opt/tisbackup/huey_consumer.py -n tisbackup_gui.huey +ExecStart=huey_consumer.py -n tisbackup_gui.huey WorkingDirectory=/opt/tisbackup [Install] WantedBy=multi-user.target