PN: cgroup-lite
PV: 1.15
PR: r0
PKGV: 1.15
PKGR: r0.0
LICENSE: GPL-2.0-only
DESCRIPTION: Light-weight package to set up cgroups at system boot.
SUMMARY: Light-weight package to set up cgroups at system boot.
SECTION: devel
PKG:cgroup-lite: cgroup-lite
FILES:cgroup-lite: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/lib/udev /usr/lib/udev             /usr/share/cgroup-lite /usr/lib/cgroup-lite/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/lib/systemd/system/cgroups-init.service
FILES_INFO:cgroup-lite: {"/usr/bin/cgroups-mount": 1659, "/usr/bin/cgroups-umount": 435, "/usr/lib/systemd/system/cgroups-init.service": 9}
pkg_postinst:cgroup-lite: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "mask" = "enable" ]; then\n\t\tfor service in cgroups-init.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset cgroups-init.service\n\n\t\tif [ "mask" = "enable" ]; then\n\t\t\tsystemctl --no-block restart cgroups-init.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:cgroup-lite: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop cgroups-init.service\n\n\t\tsystemctl disable cgroups-init.service\n\tfi\nfi\n
FILERDEPENDSFLIST:cgroup-lite: /usr/bin/cgroups-mount /usr/bin/cgroups-umount
FILERDEPENDS:/usr/bin/cgroups-mount:cgroup-lite:  /bin/sh
FILERDEPENDS:/usr/bin/cgroups-umount:cgroup-lite:  /bin/sh
PKGSIZE:cgroup-lite: 2103
