add systemd support (closes: #729663)

This commit is contained in:
Leo Antunes
2016-10-02 17:44:49 +02:00
parent 6cbc047eac
commit 4033472622
6 changed files with 95 additions and 80 deletions

11
debian/rules vendored
View File

@@ -1,5 +1,14 @@
#!/usr/bin/make -f
%:
dh $@ --with autotools-dev
dh $@ --with autotools-dev --with systemd
# the standard config is unsafe
override_dh_systemd_enable:
dh_systemd_enable --no-enable
override_dh_systemd_start:
dh_systemd_start --no-start
override_dh_installinit:
dh_installinit --no-start