Skip to content

Commit

Permalink
Merge pull request #852 from ruizink/fix-rpm-spec
Browse files Browse the repository at this point in the history
Add docker.socket to the %preun section
  • Loading branch information
neersighted committed Sep 29, 2023
2 parents d597d5d + 5286ca4 commit ccba51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/SPECS/docker-ce.spec
Expand Up @@ -122,7 +122,7 @@ if ! getent group docker > /dev/null; then
fi

%preun
%systemd_preun docker.service
%systemd_preun docker.service docker.socket

%postun
%systemd_postun_with_restart docker.service
Expand Down

0 comments on commit ccba51a

Please sign in to comment.