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:
parent
7c44a142a3
commit
3b8aa32e9c
1 changed files with 0 additions and 3 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue