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-autostart: lxc-autostart
FILES:lxc-autostart:       /etc/default/lxc     /etc/default/volatiles/99_lxc  /usr/lib/systemd/system-preset/98-lxc-autostart.preset /usr/lib/systemd/system/lxc.service /usr/lib/systemd/system/lxc@.service
FILES_INFO:lxc-autostart: {"/etc/default/lxc": 913, "/etc/default/volatiles/99_lxc": 37, "/usr/lib/systemd/system-preset/98-lxc-autostart.preset": 19, "/usr/lib/systemd/system/lxc.service": 552, "/usr/lib/systemd/system/lxc@.service": 395}
pkg_postinst:lxc-autostart: #!/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.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.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart lxc.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:lxc-autostart: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop lxc.service\n\n\t\tsystemctl disable lxc.service\n\tfi\nfi\n
PKGSIZE:lxc-autostart: 1916
