mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
We need to pass --supervisor option just for scylla-server module, and also pass --packaging option to scylla-jmx module to avoid running systemctl command, since the option may run in container, and container may not have systemd. Fixes #9141 Closes #9142