1
0

del: 移除captrace/data2html/crontask程序

This commit is contained in:
TsMask
2025-01-11 12:19:09 +08:00
parent 9e4427b3e8
commit f1250f6409
8 changed files with 8 additions and 135 deletions

View File

@@ -4,9 +4,7 @@ systemctl daemon-reload
if systemctl list-units --type=service --all | grep -q 'restagent.service'; then
echo -n "Stopping OMC service ... "
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
systemctl stop captrace.service
echo "done"
fi