From 8c0161a62ab8d2ba7281af25d7f33bf68ef57e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 16 Dec 2020 12:38:56 +0100 Subject: [PATCH] schutzbot: remove systemd-journald restart There's no bug referenced so I have no idea what's wrong. We did the same change in composer and nothing broke so let's do the same thing here. --- schutzbot/deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 2d7daee..5e73e48 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -40,9 +40,6 @@ if [[ -n "${RHN_REGISTRATION_SCRIPT:-}" ]] && ! sudo subscription-manager status sudo $RHN_REGISTRATION_SCRIPT fi -# Restart systemd to work around some Fedora issues in cloud images. -sudo systemctl restart systemd-journald - # Enable fastestmirror to speed up dnf operations. echo -e "fastestmirror=1" | sudo tee -a /etc/dnf/dnf.conf