From 64af7084ff9ba54cd0a5948db9983686c0aa3b84 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Jan 2021 12:28:51 +0100 Subject: [PATCH] d/rules: The upstream default systemd directory moved into /usr See 464945a3e1ce40ed6a15c8b87eebecafb44cf356. But Debian still uses /lib/systemd/system for unit files. Signed-off-by: Thomas Lamprecht --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index ee05192..2b46386 100755 --- a/debian/rules +++ b/debian/rules @@ -34,6 +34,7 @@ override_dh_auto_configure: BASHPATH=/bin/bash \ --with-initconfigdir=/etc/default \ --with-logdir=/var/log/corosync \ + --with-systemddir=/lib/systemd/system \ --enable-dbus \ $(enable-monitoring) \ $(enable-watchdog) \