12 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Defaults for shadowsocks initscript
 | |
| # sourced by /etc/init.d/shadowsocks
 | |
| # installed at /etc/default/shadowsocks by the maintainer scripts
 | |
| 
 | |
| USERID="nobody"
 | |
| 
 | |
| #
 | |
| # This is a POSIX shell fragment
 | |
| #
 | |
| 
 | |
| # Additional options that are passed to the Daemon.
 | |
| DAEMON_OPTS="-q -c /etc/shadowsocks/config.json"
 |