mirror of
				https://tildegit.org/ben/sedbot
				synced 2025-08-10 03:32:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			255 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			255 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=irc sedbot
 | 
						|
After=sedbot.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
WorkingDirectory=/home/ben/workspace/sedbot
 | 
						|
ExecStart=/bin/bash sedbot.bash
 | 
						|
Restart=always
 | 
						|
RestartSec=5
 | 
						|
StartLimitInterval=60s
 | 
						|
StartLimitBurst=3
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 | 
						|
 |