service_remove.sh 264 B

12345678
  1. systemctl stop ctnd
  2. systemctl disable ctnd
  3. rm /etc/systemd/system/ctnd.service
  4. rm /etc/systemd/system/multi-user.target.wants/ctnd.service
  5. rm /etc/systemd/system/default.target.wants/ctnd.service
  6. systemctl daemon-reload
  7. systemctl reset-failed
  8. systemctl status ctnd