scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
28 stars 52 forks source link

dist/redhat: stop using systemd macros, call systemctl directly #156

Closed syuu1228 closed 3 years ago

syuu1228 commented 3 years ago

This is v2 of #95, since it's dequeued.


Fedora version of systemd macros does not work correctly on CentOS7, since CentOS7 does not support "file trigger" feature. Even after 05d4378, scriptlets on old scylla .rpm and new scylla .rpm is not completely same.

To fix the issue we need to stop using systemd macros, call systemctl directly.

Fixes #94