Skip to content

Commit

Permalink
CA-203829: Back out changeset e966ab7c37fe
Browse files Browse the repository at this point in the history
Enable portreserve using the standard systemd preset file rather than a
postinstall script.
  • Loading branch information
rosslagerwall authored and vivekkumac committed Sep 20, 2016
1 parent 0222e23 commit 0770969
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mk/xha.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ This package contains the HA heartbeating daemon used for XenServer's HA feature
%install
DESTDIR=$RPM_BUILD_ROOT make install

%preun
if [ $1 -eq 0 ]; then
systemctl disable portreserve.service
fi

%post
systemctl enable portreserve.service

%clean
rm -rf $RPM_BUILD_ROOT

Expand Down

0 comments on commit 0770969

Please sign in to comment.