Start command

The start command path for tisbakcup_huey.service was wrong.
This commit is contained in:
fggp
2022-12-26 14:02:49 +01:00
committed by sfonteneau
parent 6e53f7d351
commit ca39549431
+1 -1
View File
@@ -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