openrc: add warning about cgroup initd script
This commit is contained in:
parent
852230e2a1
commit
7360c40015
@ -153,5 +153,8 @@ pkg_postinst() {
|
|||||||
# update the dependency tree after touching all files #224171
|
# update the dependency tree after touching all files #224171
|
||||||
[[ "${ROOT}" = "/" ]] &&
|
[[ "${ROOT}" = "/" ]] &&
|
||||||
"${ROOT}usr/$(exhost --target)/libexec"/rc/bin/rc-depend -u
|
"${ROOT}usr/$(exhost --target)/libexec"/rc/bin/rc-depend -u
|
||||||
|
|
||||||
|
elog "Since openrc 0.35 openrc has a cgroup init.d script which"
|
||||||
|
elog "you'll have to add to your startup if you need cgroups."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user