12 lines
		
	
	
		
			214 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			214 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=FaSTTUBe FS Quiz Tool
 | 
						|
After=syslog.target network.target nginx.service
 | 
						|
 | 
						|
[Service]
 | 
						|
User=www-data
 | 
						|
ExecStart=/usr/bin/python3 -m fs-quiz-tool-db
 | 
						|
Restart=always
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |