[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible node health check: automatically restart failed rtkit-daemon services

Holger Levsen gitlab at salsa.debian.org
Mon Oct 19 13:22:50 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
0deb6170 by Holger Levsen at 2020-10-19T14:21:58+02:00
reproducible node health check: automatically restart failed rtkit-daemon services

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_node_health_check.sh


Changes:

=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -151,7 +151,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 ; do
+	for UNIT in avahi-daemon acpid rtkit-daemon ; do
 		if [ -n "$(grep $UNIT $SERVICES)" ] ; then
 			echo "$(date -u) - restarting failed service $UNIT..."
 		        sudo systemctl restart $UNIT



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0deb6170aaba5c49278e64524e6b166e422a29d5

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0deb6170aaba5c49278e64524e6b166e422a29d5
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20201019/9f120021/attachment.html>


More information about the Qa-jenkins-scm mailing list