schutzbot/deploy.sh: drop journald workaround

It is not clear which bug this workaround is addressing. Drop it to find
out if it still necessary.
This commit is contained in:
Lars Karlitski 2020-11-15 10:45:22 +01:00 committed by Tom Gundersen
parent 7c44a142a3
commit 3b8aa32e9c

View file

@ -11,9 +11,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
# Remove Fedora's modular repositories to speed up dnf.
sudo rm -f /etc/yum.repos.d/fedora*modular*