mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +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