Use python3 instead of python2 when launching the service
This commit is contained in:
parent
c74cc3802b
commit
00c6166701
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user