Files
changedetection.io/debian/prerm
T
dgtlmoon 397f79ffd5 WIP
2024-10-22 10:17:57 +02:00

9 lines
144 B
Bash
Executable File

#!/bin/sh
set -e
# Stop and disable the service
systemctl stop changedetection.io.service
systemctl disable changedetection.io.service
exit 0