mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			280 B
		
	
	
	
		
			Text
		
	
	
	
	
	
description "i2p client daemon"
 | 
						|
 | 
						|
start on runlevel [2345]
 | 
						|
stop on runlevel [016] or unmounting-filesystem
 | 
						|
 | 
						|
# these can be overridden in /etc/init/i2pd.override
 | 
						|
env LOGFILE="/var/log/i2pd/i2pd.log"
 | 
						|
 | 
						|
expect fork
 | 
						|
 | 
						|
exec /usr/sbin/i2pd --daemon --service --log=file --logfile=$LOGFILE
 |