2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 13:29:26 +00:00
fhem-mirror/fhem/contrib/DEBIAN/prerm

13 lines
139 B
Plaintext
Raw Normal View History

#!/bin/sh
#set -x
set -e
apt-mark unhold fhem
# stop fhem if running
systemctl stop fhem
# remove fhem autostart
systemctl disble fhem