diff options
author | William Hubbs <williamh@gentoo.org> | 2011-11-19 18:15:46 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-11-20 14:07:46 -0600 |
commit | d8bbeb184f462199582fa265c9b681288884ecd9 (patch) | |
tree | 69f41c7c2bf83eaeddad57e177505b1c2abacca4 /sh/Makefile | |
parent | 453d13296d84472e6317472c2b27015b3ca612c4 (diff) |
CGroups: create the openrc cgroup hierarchy
Openrc will create a cgroup hierarchy called openrc which will have all
services it starts and all subsystems attached to it. If you need other
groups/hierarchies, please use libcgroup.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index f7147802..15b24d06 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -12,8 +12,8 @@ include ${MK}/os.mk SRCS-FreeBSD= BIN-FreeBSD= -SRCS-Linux= init-early.sh.in udhcpc-hook.sh.in -BIN-Linux= init-early.sh udhcpc-hook.sh +SRCS-Linux= cgroup-release-agent.sh.in init-early.sh.in udhcpc-hook.sh.in +BIN-Linux= cgroup-release-agent.sh init-early.sh udhcpc-hook.sh SRCS-NetBSD= ifwatchd-carrier.sh.in ifwatchd-nocarrier.sh.in BIN-NetBSD= ifwatchd-carrier.sh ifwatchd-nocarrier.sh |