1
0
This commit is contained in:
2024-09-04 14:56:50 +08:00
parent 915807dc53
commit 8d3dccbeef
2 changed files with 16 additions and 6 deletions

View File

@@ -98,12 +98,12 @@ if [ "$M_PARAM" = "install" -o "$M_PARAM" = "upgrade" ]; then
exit 1
fi
fi
echo -n "Stopping OMC service ... "
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
systemctl stop captrace.service
echo "done"
# echo -n "Stopping OMC service ... "
# systemctl stop restagent.service
# systemctl stop crontask.service
# systemctl stop sshsvc.service
# systemctl stop captrace.service
# echo "done"
echo -n "Starting OMC service ... "
systemctl start crontask.service