summaryrefslogtreecommitdiff
path: root/sys-kernel/cgroup-systemd/cgroup-systemd-1.0.ebuild
blob: 1a56baffb3ff3a84c45f46acc4d58efca880b67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
EAPI=7

DESCRIPTION="Init script to mount systemd cgroup automatically"
HOMEPAGE="http://git.cynerd.cz/gentoo-personal-overlay/"
S="${WORKDIR}"

LICENSE="GPL-3.0+"
SLOT="0"
KEYWORDS="amd64"

src_install() {
	doinitd "${FILESDIR}/cgroup-systemd"
}