service_remove.sh 259 B

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