1
0
Files
build.ems/debbuild/DEBIAN/postrm
2023-08-26 11:25:40 +08:00

9 lines
258 B
Plaintext

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