Add `%triggerun` to call systemctl preset for systemd-oomd

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
Michel Alexandre Salim 2021-02-16 08:39:32 -08:00
parent c4675f57dd
commit 9a909cfdf6
1 changed files with 4 additions and 0 deletions

View File

@ -755,6 +755,10 @@ if systemctl -q is-enabled systemd-resolved.service &>/dev/null; then
systemctl start systemd-resolved.service &>/dev/null || :
fi
%triggerun -- systemd < 247.3-2
# This is for upgrades from previous versions before oomd-defaults is available
systemctl --no-reload preset systemd-oomd.service &>/dev/null || :
%post libs
%{?ldconfig}