Loading bin/reproducible_node_health_check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ if ! systemctl is-system-running > /dev/null; then echo "$(date -u) - problematic services found:" cat $SERVICES echo "$(date -u) - trying to fix problematic services." for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade ; do for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade logrotate man-db; do if [ -n "$(grep $UNIT $SERVICES)" ] ; then echo "$(date -u) - restarting failed service $UNIT..." sudo systemctl restart $UNIT Loading Loading
bin/reproducible_node_health_check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ if ! systemctl is-system-running > /dev/null; then echo "$(date -u) - problematic services found:" cat $SERVICES echo "$(date -u) - trying to fix problematic services." for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade ; do for UNIT in avahi-daemon acpid rtkit-daemon networking systemd-journal-flush haveged e2scrub_all apt-daily apt-daily-upgrade logrotate man-db; do if [ -n "$(grep $UNIT $SERVICES)" ] ; then echo "$(date -u) - restarting failed service $UNIT..." sudo systemctl restart $UNIT Loading