1
0
Files
build.ems/debbuild/DEBIAN/postrm
2023-08-30 10:42:11 +08:00

12 lines
322 B
Plaintext

# !/bin/sh
#systemctl stop nginx.service
systemctl stop restagent.service
systemctl stop crontask.service
systemctl stop sshsvc.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 daemon-reload