summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2018-03-28 17:37:47 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2018-03-28 21:44:32 +0000
commit76892892e5cc69b6c717eebdf3d03c9e3c329cae (patch)
tree63dcf378285288ad15ccc08abb92df65bdb3e97f
parentPatch: Graceful fallback to suid in container env (diff)
downloadnetdata-76892892e5cc69b6c717eebdf3d03c9e3c329cae.tar.xz
netdata-76892892e5cc69b6c717eebdf3d03c9e3c329cae.zip
Switch to dh_installsystemd
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 2845d7056..0496228fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ MULTIARCH_INSTALL = debian/netdata.postinst
%:
# For jessie and beyond
#
- dh $@ --with autoreconf,systemd
+ dh $@ --with autoreconf
# For wheezy or other non-systemd distributions use the following. You
# should also see contrib/README.md which gives details of updates to