1
0
This commit is contained in:
2023-08-26 11:25:40 +08:00
parent e9805e98e4
commit 9545d76071
34 changed files with 1546 additions and 0 deletions

9
debbuild/DEBIAN/postrm Normal file
View File

@@ -0,0 +1,9 @@
# !/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