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:
parent
4c8660d41a
commit
29601254fc
1
dist/redhat/scylla-jmx.spec.mustache
vendored
1
dist/redhat/scylla-jmx.spec.mustache
vendored
@ -41,6 +41,7 @@ fi
|
||||
|
||||
%post
|
||||
%systemd_post scylla-jmx.service
|
||||
/usr/bin/systemctl daemon-reload ||:
|
||||
|
||||
%preun
|
||||
%systemd_preun scylla-jmx.service
|
||||
|
Loading…
Reference in New Issue
Block a user