Fix sysctl init script, OpenRC bug #1
This commit is contained in:
		| @@ -29,7 +29,7 @@ depend() { | ||||
| } | ||||
|  | ||||
| start() { | ||||
| 	[ "${RC_SYS}" != "VPS" ] && return 0 | ||||
| 	[ "${RC_SYS}" = "VPS" ] && return 0 | ||||
| 	[ -e /etc/sysctl.conf ] || return 0 | ||||
| 	ebegin "Configuring kernel parameters" | ||||
| 	sysctl -p /etc/sysctl.conf >/dev/null | ||||
|   | ||||
		Reference in New Issue
	
	Block a user