]> git.proxmox.com Git - pve-container.git/blobdiff - src/Makefile
add new pve-container units
[pve-container.git] / src / Makefile
index 9c5fbc389a215e12291f109b18ed5fd21d44e28f..f69dda2f34eb2ac2dcaf3fe91cf83cb96a1ba95a 100644 (file)
@@ -40,8 +40,11 @@ install: pct lxc-pve.conf lxc-pve-prestart-hook lxc-pve-autodev-hook lxc-pve-pos
        install -d ${LXC_SCRIPT_DIR}
        install -m 0755 lxcnetaddbr ${LXC_SCRIPT_DIR}
        install -m 0755 lxc-pve-reboot-trigger ${LXC_SCRIPT_DIR}
+       install -m 0755 pve-container-stop-wrapper ${LXC_SCRIPT_DIR}
        install -d -m0755 ${SERVICEDIR}/lxc@.service.d
        install -m0644 pve-reboot.conf ${SERVICEDIR}/lxc@.service.d/
+       install -m0644 pve-container@.service ${SERVICEDIR}/
+       install -m0644 'system-pve\x2dcontainer.slice' ${SERVICEDIR}/
        install -d ${LXC_HOOK_DIR}
        install -m 0755 lxc-pve-prestart-hook ${LXC_HOOK_DIR}
        install -m 0755 lxc-pve-autodev-hook ${LXC_HOOK_DIR}