openrc: add warning about cgroup initd script

This commit is contained in:
Rasmus Thomsen 2018-03-20 21:32:42 +01:00
parent 852230e2a1
commit 7360c40015
No known key found for this signature in database
GPG Key ID: 65BCD00D76C8F888
1 changed files with 3 additions and 0 deletions

View File

@ -153,5 +153,8 @@ pkg_postinst() {
# update the dependency tree after touching all files #224171
[[ "${ROOT}" = "/" ]] &&
"${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."
}