Skip to content

Commit

Permalink
schutzbot: remove systemd-journald restart
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ondrejbudai committed Dec 16, 2020
1 parent 3956dbb commit 74d6418
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions schutzbot/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74d6418

Please sign in to comment.