1
0
Files
build.ems/pkg/deb/DEBIAN/prerm
2025-04-19 16:47:37 +08:00

8 lines
151 B
Plaintext

# !/bin/bash
# Execute the script before uninstalling
# Stop Service
systemctl daemon-reload
systemctl stop omc.service
systemctl stop sshsvc.service