first commit
This commit is contained in:
parent
ea8cda6cbb
commit
9ade4b4fbb
|
@ -11,7 +11,7 @@ echo "[INIT] Start uninstall device-control"
|
||||||
systemctl disable device-control
|
systemctl disable device-control
|
||||||
systemctl stop device-control
|
systemctl stop device-control
|
||||||
rm /etc/systemd/system/device-control.service
|
rm /etc/systemd/system/device-control.service
|
||||||
rm /usr/local/bin/device-control
|
rm /usr/bin/device-control
|
||||||
rm -rf /etc/sdt/device-control
|
rm -rf /etc/sdt/device-control
|
||||||
echo "[INIT] Finish uninstall device-control"
|
echo "[INIT] Finish uninstall device-control"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ echo "[INIT] Start uninstall device-health"
|
||||||
systemctl disable device-health
|
systemctl disable device-health
|
||||||
systemctl stop device-health
|
systemctl stop device-health
|
||||||
rm /etc/systemd/system/device-health.service
|
rm /etc/systemd/system/device-health.service
|
||||||
rm /usr/local/bin/device-health
|
rm /usr/bin/device-health
|
||||||
rm -rf /etc/sdt/device-health
|
rm -rf /etc/sdt/device-health
|
||||||
echo "[INIT] Finish uninstall device-health"
|
echo "[INIT] Finish uninstall device-health"
|
||||||
|
|
||||||
|
@ -27,14 +27,14 @@ echo "[INIT] Start uninstall device-heartbeat"
|
||||||
systemctl disable device-heartbeat
|
systemctl disable device-heartbeat
|
||||||
systemctl stop device-heartbeat
|
systemctl stop device-heartbeat
|
||||||
rm /etc/systemd/system/device-heartbeat.service
|
rm /etc/systemd/system/device-heartbeat.service
|
||||||
rm /usr/local/bin/device-heartbeat
|
rm /usr/bin/device-heartbeat
|
||||||
echo "[INIT] Finish uninstall device-heartbeat"
|
echo "[INIT] Finish uninstall device-heartbeat"
|
||||||
|
|
||||||
echo "[INIT] Start uninstall process-checker"
|
echo "[INIT] Start uninstall process-checker"
|
||||||
systemctl disable process-checker
|
systemctl disable process-checker
|
||||||
systemctl stop process-checker
|
systemctl stop process-checker
|
||||||
rm /etc/systemd/system/process-checker.service
|
rm /etc/systemd/system/process-checker.service
|
||||||
rm /usr/local/bin/process-checker
|
rm /usr/bin/process-checker
|
||||||
echo "[INIT] Finish uninstall process-checker"
|
echo "[INIT] Finish uninstall process-checker"
|
||||||
|
|
||||||
echo "[INIT] Delete Cert Data"
|
echo "[INIT] Delete Cert Data"
|
||||||
|
|
Loading…
Reference in New Issue