From: Thomas Lamprecht Date: Wed, 22 May 2019 09:49:07 +0000 (+0200) Subject: d/rules: install systemd not init file X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9c862dde2d0045c7eb635b1b3a1789bef3021b07;p=lxcfs.git d/rules: install systemd not init file avoid the lintian init.d-script-not-included-in-package error which was cause by us using the old systemd sysv compat shim Signed-off-by: Thomas Lamprecht --- diff --git a/debian/rules b/debian/rules index 1274773..3c866a6 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_install: dh_auto_install --destdir=debian/lxcfs override_dh_installinit: - dh_installinit -p lxcfs --no-restart-on-upgrade + dh_installsystemd -p lxcfs --no-restart-on-upgrade override_dh_systemd_start: dh_systemd_start -p lxcfs --no-restart-on-upgrade lxcfs.service