mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			189 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			189 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Next Generation IRC Daemon (Socket)
 | |
| 
 | |
| [Socket]
 | |
| BindIPv6Only=ipv6-only
 | |
| ListenStream=0.0.0.0:6667
 | |
| #ListenStream=[::]:6667
 | |
| IPTOS=low-delay
 | |
| 
 | |
| [Install]
 | |
| WantedBy=sockets.target
 | 
