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
This commit is contained in:
Takuya ASADA 2020-01-08 20:35:38 +09:00 committed by Pekka Enberg
parent 4c8660d41a
commit 29601254fc
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