mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
As of now, 'systemd_unit.available' works ok only when provided unit is present. It raises Exception instead of returning boolean when provided systemd unit is absent. So, make it return boolean in both cases. Fixes https://github.com/scylladb/scylla/issues/9848 Closes #9849