Skip to content

Commit

Permalink
dist: do not auto-start scylla-server job on Ubuntu package install time
Browse files Browse the repository at this point in the history
Fixes #1017

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <1458122424-22889-1-git-send-email-syuu@scylladb.com>
  • Loading branch information
syuu1228 authored and penberg committed Mar 16, 2016
1 parent 2f519b9 commit f1d18e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/ubuntu/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ override_dh_auto_install:
mkdir -p $(CURDIR)/debian/scylla-server/var/lib/scylla/commitlog
mkdir -p $(CURDIR)/debian/scylla-server/var/lib/scylla/coredump

override_dh_installinit:
dh_installinit --no-start

override_dh_strip:
dh_strip --dbg-package=scylla-server-dbg
%:
Expand Down

0 comments on commit f1d18e9

Please sign in to comment.