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

10 lines
187 B
Bash
Executable File

#!/bin/bash
#set -e
systemctl disable lsyloader.service >/dev/null 2>&1 || true
rm -f /lib/systemd/system/lsyloader.service
rm -f /data/lsyloader/lsyloader.log
systemctl daemon-reload