Skip to content
Snippets Groups Projects
Verified Commit e4726c4f authored by Tomas Krizek's avatar Tomas Krizek
Browse files

distro/rpm: don't disable non-existent kresd@* on uninstall

The macro calls systemctl disable, which doesn't accept wildcards.
Disabling kresd.target should be sufficient
parent aeced046
Branches
Tags
1 merge request!927upgrade script for 5.0
......@@ -250,7 +250,7 @@ systemctl daemon-reload &>/dev/null ||:
%endif
%preun
%systemd_preun 'kresd@*.service' kres-cache-gc.service kresd.target
%systemd_preun kres-cache-gc.service kresd.target
%postun
%systemd_postun_with_restart 'kresd@*.service'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment