]> git.proxmox.com Git - redhat-cluster-pve.git/blobdiff - debian/redhat-cluster-pve.postinst
update to STABLE32 3.1.92
[redhat-cluster-pve.git] / debian / redhat-cluster-pve.postinst
index d7b406e1355d3ffe671b12cf09fc397d9dc9b0b8..b4727e39c6d280bb04d7cb64513e8b7d82466bb1 100644 (file)
@@ -34,6 +34,9 @@ esac
 if [ -x "/etc/init.d/cman" ]; then
         update-rc.d cman start 21 2 3 4 5 . stop 79 0 1 6 . >/dev/null || exit $?
 fi
+if [ -x "/etc/init.d/cpglockd" ]; then
+        update-rc.d cpglockd start 98 2 3 4 5 . stop 2 0 1 6 . >/dev/null || exit $?
+fi
 if [ -x "/etc/init.d/rgmanager" ]; then
         update-rc.d rgmanager start 99 2 3 4 5 . stop 1 0 1 6 . >/dev/null || exit $?
 fi