dist/redhat: call systemctl --daemon-reload when upgraded (#92)

Since %systemd_post does not call systemctl --daemon-reload, we need to call it
manually to apply changes.

Fixes #90

(cherry picked from commit 29601254fc)
This commit is contained in:
Takuya ASADA 2020-01-08 20:35:38 +09:00 committed by Avi Kivity
parent 0a404662d6
commit 05d437893e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ fi
%post
%systemd_post scylla-jmx.service
/usr/bin/systemctl daemon-reload ||:
%preun
%systemd_preun scylla-jmx.service