mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-03 19:07:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			263 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			263 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=ZNC, an advanced IRC bouncer
 | 
						|
After=network-online.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=forking
 | 
						|
PIDFile=/home/znc/.znc/znc.pid
 | 
						|
ExecStart=/home/znc/.local/bin/znc
 | 
						|
ExecReload=/bin/kill -HUP $MAINPID
 | 
						|
Restart=always
 | 
						|
User=znc
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |