mirror of
				https://gitlab.com/questable/questable_bot
				synced 2025-10-31 12:20:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			206 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			206 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Questable Bot
 | |
| After=Network.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| User=some_unprivileged_user
 | |
| ExecStart=/bin/sh -c 'cd /path/to/questable/ ; python3 bot.py'
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |