PN: lxc
PV: 5.0.3+git
PR: r0
PKGV: 5.0.3+git@PRSERV_PV_AUTOINC@+cb8e38aca2
PKGR: r0@EXTENDPRAUTO@
LICENSE: LGPL-2.1-only & GPL-2.0-only
DESCRIPTION: lxc aims to use these new functionnalities to provide an userspace container object
SUMMARY: lxc version 5.0.3+git-r0
SECTION: console/utils
PKG:lxc-monitord: lxc-monitord
FILES:lxc-monitord:       ${libexexdir}/lxc/lxc-monitord  /usr/lib/systemd/system-preset/98-lxc-monitord.preset /usr/lib/systemd/system/lxc-monitord.service
FILES_INFO:lxc-monitord: {"/usr/lib/systemd/system-preset/98-lxc-monitord.preset": 28, "/usr/lib/systemd/system/lxc-monitord.service": 219}
pkg_postinst:lxc-monitord: #!/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 [ "enable" = "enable" ]; then\n\t\tfor service in lxc-monitord.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 lxc-monitord.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart lxc-monitord.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:lxc-monitord: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop lxc-monitord.service\n\n\t\tsystemctl disable lxc-monitord.service\n\tfi\nfi\n
PKGSIZE:lxc-monitord: 247
