Skip to content

Commit

Permalink
Add docker.socket to the %preun section
Browse files Browse the repository at this point in the history
Signed-off-by: Mário Santos <mario.rf.santos@gmail.com>
  • Loading branch information
ruizink committed Feb 23, 2023
1 parent 5cf9d29 commit 5286ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/SPECS/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 5286ca4

Please sign in to comment.