Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 553978 | Differences between
and this patch

Collapse All | Expand All

(-)./rc-cgroup.sh (-1 / +1 lines)
Lines 86-92 cgroup_add_service() Link Here
86
	if [ -d "$openrc_cgroup" ]; then
86
	if [ -d "$openrc_cgroup" ]; then
87
		cgroup="$openrc_cgroup/$RC_SVCNAME"
87
		cgroup="$openrc_cgroup/$RC_SVCNAME"
88
		mkdir -p "$cgroup"
88
		mkdir -p "$cgroup"
89
		[ -f "$cgroup/tasks" ] && printf "%d" 0 > "$cgroup/tasks"
89
		[ -f "$cgroup/tasks" ] && printf "%d" 0 > "$cgroup/tasks" || echo "$cgroup/tasks" 1>&2
90
	fi
90
	fi
91
}
91
}
92
92

Return to bug 553978