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.
RRECOMMENDS:cgroup-lite:  update-rc.d
SECTION: devel
PKG:cgroup-lite: cgroup-lite
FILES:cgroup-lite: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /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 /lib/systemd/system/cgroups-init.service
FILES_INFO:cgroup-lite: {"/bin/cgroups-mount": 1659, "/bin/cgroups-umount": 435, "/etc/init.d/cgroups-init": 610, "/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\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT cgroups-init start 8 2 3 4 5 . stop 20 0 1 6 .\nfi\n
pkg_postrm:cgroup-lite: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT cgroups-init remove\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\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/cgroups-init" ]; then\n\t/etc/init.d/cgroups-init stop || :\nfi\n
FILERDEPENDSFLIST:cgroup-lite: /bin/cgroups-mount /bin/cgroups-umount /etc/init.d/cgroups-init
FILERDEPENDS:/bin/cgroups-mount:cgroup-lite:  /bin/sh
FILERDEPENDS:/bin/cgroups-umount:cgroup-lite:  /bin/sh
FILERDEPENDS:/etc/init.d/cgroups-init:cgroup-lite:  /bin/sh
PKGSIZE:cgroup-lite: 2713
