fastd prüfung hinzugefügt
This commit is contained in:
parent
012e603d46
commit
8939845ac4
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user