Skip to content

Commit

Permalink
docker-engine: add docker.spcket to %systemd_preun
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Oct 21, 2023
1 parent 8f6b98d commit 867ea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker-engine/rpm/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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 867ea78

Please sign in to comment.