Skip to content

Commit

Permalink
dist/debian: fix "unable to open node-exporter.service.dpkg-new" error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
syuu1228 authored and avikivity committed Feb 24, 2020
1 parent 127e258 commit 29285b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/debian/debian/scylla-server.install
Expand Up @@ -4,7 +4,6 @@ etc/security/limits.d/scylla.conf
etc/scylla.d/*.conf
opt/scylladb/share/doc/scylla/*
opt/scylladb/share/doc/scylla/licenses/
usr/lib/systemd/system/*.service
usr/lib/systemd/system/*.timer
usr/lib/systemd/system/*.slice
usr/bin/scylla
Expand Down

0 comments on commit 29285b2

Please sign in to comment.