Переглянути джерело

build(deb): fix postrm for checking systemd

William Yang 4 роки тому
батько
коміт
afd07591bd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      deploy/packages/deb/debian/postrm

+ 1 - 1
deploy/packages/deb/debian/postrm

@@ -56,7 +56,7 @@ case "$1" in
                 rm -r /usr/lib/emqx
                 rm -r /usr/lib/emqx
         fi
         fi
 
 
-        if pidof systemd; then
+        if systemctl status --no-pager; then
           systemctl disable emqx;
           systemctl disable emqx;
           rm -f /etc/systemd/emqx.service
           rm -f /etc/systemd/emqx.service
         fi
         fi