Don't sysctl for VPS systems
This commit is contained in:
		@@ -19,9 +19,11 @@ start() {
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
    if [ -e /etc/sysctl.conf -a ! -x /etc/init.d/sysctl ] ; then
 | 
			
		||||
		ebegin "Configuring kernel parameters"
 | 
			
		||||
		sysctl -q -p /etc/sysctl.conf
 | 
			
		||||
		eend $?
 | 
			
		||||
		if [ "${RC_SYS}" != "VPS" ] ; then
 | 
			
		||||
			ebegin "Configuring kernel parameters"
 | 
			
		||||
			sysctl -q -p /etc/sysctl.conf
 | 
			
		||||
			eend $?
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
	
 | 
			
		||||
	if ! touch -c /var/run 2> /dev/null ; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user