]> git.proxmox.com Git - lxcfs.git/blobdiff - debian/lxcfs.postinst
d/postinst: don't treat reload/restart failure as fatal
[lxcfs.git] / debian / lxcfs.postinst
index 558a0d0315134bee9ff889c68c778e0751bf2f7e..ae1b7a2c21bc70631c03ab892d1dd91a13300498 100644 (file)
@@ -15,7 +15,7 @@ case "$1" in
     unit=lxcfs.service
     if systemctl -q is-enabled "$unit"; then
         systemctl --system daemon-reload >/dev/null || true
-        deb-systemd-invoke $dh_action "$unit"
+        deb-systemd-invoke $dh_action "$unit" || true
     fi
   ;;