From de52643d5b8efa93d2994b760905a1f47d7c31b3 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 19 Aug 2022 11:10:15 +0200 Subject: [PATCH] debian: Use /lib/systemd/system for units While the default /usr/lib/systemd/system is acceptable, the service was not getting automatically started on install. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 016f8b3..84376f3 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ --with=python3 + +override_dh_auto_install: + dh_auto_install -- SYSD_DIR=/lib/systemd/system -- 2.47.3