lsyupdate/lsy-loader/lsyloader/DEBIAN/prerm
2024-12-17 18:07:41 +08:00

11 lines
203 B
Bash
Executable File

#!/bin/bash
#set -e
# Stop the service if running
if systemctl is-active --quiet lsyloader.service; then
systemctl stop lsyloader.service
fi
# Disable the service
systemctl disable lsyloader.service