1
0
Files
build.ems/debbuild/DEBIAN/postrm
2023-09-04 16:35:48 +08:00

14 lines
389 B
Plaintext

# !/bin/sh
#systemctl stop nginx.service
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.service
systemctl stop captrace.service
#rm -rf /usr/local/omc
#rm -rf /etc/nginx/conf.d/omc.conf
systemctl disable restagent.service
systemctl disable crontask.service
systemctl disable sshsvc.service
systemctl disable captrace.service
systemctl daemon-reload