Use python3 instead of python2 when launching the service
This commit is contained in:
		
							parent
							
								
									0cea212eec
								
							
						
					
					
						commit
						2000572cfe
					
				@ -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