mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-03 06:35:51 +00:00
It seems like *.service is conflicting on install time because the file installed twice, both debian/*.service and debian/scylla-server.install. We don't need to use *.install, so we can just drop the line. Fixes #5640