Use python3 instead of python2 when launching the service

This commit is contained in:
Francois PINOT 2022-10-26 14:57:07 +02:00 committed by sfonteneau
parent c74cc3802b
commit 00c6166701

View File

@ -3,7 +3,7 @@ Description=tisbackup
[Service]
Type=simple
ExecStart=/usr/bin/python2 /opt/tisbackup/tisbackup_gui.py
ExecStart=/usr/bin/python3 /opt/tisbackup/tisbackup_gui.py
[Install]
WantedBy=multi-user.target