1
0
This commit is contained in:
2023-09-13 18:08:00 +08:00
parent 83baadade5
commit f914b2f81c
2 changed files with 10 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
systemctl stop captrace.service
systemctl stop adb.service
#rm -rf /usr/local/omc
#rm -rf /etc/nginx/conf.d/omc.conf
@@ -12,4 +14,5 @@ systemctl disable restagent.service
systemctl disable crontask.service
systemctl disable sshsvc.service
systemctl disable captrace.service
systemctl disable adb.service
systemctl daemon-reload