fastd prüfung hinzugefügt
This commit is contained in:
parent
012e603d46
commit
8939845ac4
@ -87,6 +87,15 @@ fi
|
||||
########################################################
|
||||
# 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
|
||||
then
|
||||
echo "babeld läuft nicht"
|
||||
|
Loading…
Reference in New Issue
Block a user