mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
To run scylla-housekeeping we currently use "sudo -u scylla <cmd>" to switch scylla user, but it fails on some environment. Since recent version of Python 3 supports to switch user on subprocess module, let's use python native way and drop sudo. Fixes #10483 Closes #10538