mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
13 lines
139 B
Bash
Executable File
13 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#set -x
|
|
set -e
|
|
|
|
apt-mark unhold fhem
|
|
|
|
# stop fhem if running
|
|
systemctl stop fhem
|
|
|
|
# remove fhem autostart
|
|
systemctl disble fhem
|