mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Supybot
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| Type=forking
 | |
| PIDFile=/home/bot/botname/botname.pid
 | |
| ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf --daemon
 | |
| ExecReload=/bin/kill -HUP $MAINPID
 | |
| Restart=always
 | |
| User=bot
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |