fastd prüfung hinzugefügt

This commit is contained in:
Patrick 2018-03-05 22:26:44 +01:00
parent 012e603d46
commit 8939845ac4

View File

@ -87,6 +87,15 @@ fi
######################################################## ########################################################
# Daemons test # Daemons test
if systemctl is-failed fastd.service
then
echo "fastd läuft nicht"
fehler=1
fehlermeldung="$fehlermeldung\nfastd: not active"
else
echo "OK"
fi
if systemctl is-failed babeld.service if systemctl is-failed babeld.service
then then
echo "babeld läuft nicht" echo "babeld läuft nicht"