Skip to content

Commit

Permalink
Merge pull request spotify#96 from spotify/revert-93-add-systemd-support
Browse files Browse the repository at this point in the history
Revert "Add support for running ffwd under systemd"
  • Loading branch information
dmichel1 authored Nov 6, 2018
2 parents 6e5e558 + ddc047d commit ba6b416
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
1 change: 0 additions & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Priority: extra
Maintainer: IO <[email protected]>
Build-Depends:
debhelper,
dh-systemd,
default-jdk (>= 1.8),
maven3 | maven (>= 3)
Standards-Version: 3.9.1
Expand Down
11 changes: 0 additions & 11 deletions debian/ffwd.service.in

This file was deleted.

2 changes: 1 addition & 1 deletion debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FFWD=$(BUILD)/ffwd-RELEASE
DEB_VERSION:=$(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')

%:
dh $@ --with=systemd
dh $@

override_dh_auto_clean:
rm -rf $(BUILD)
Expand Down

0 comments on commit ba6b416

Please sign in to comment.