From 22ebf9400bf2ac9803901f8145cf3a5b3b4ea562 Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Thu, 15 Sep 2022 11:58:43 -0400 Subject: [PATCH] Don't enable Debian systemd unit by default --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 06915420661..125fb59c53b 100755 --- a/debian/rules +++ b/debian/rules @@ -548,6 +548,10 @@ override_dh_auto_install: $(autogen_install_files) rm -rf $(install_dir_nox) rm -rf $(install_dir_lucid) +# Install the per-user systemd unit in a disabled state by default. +override_dh_installsystemduser: + dh_installsystemduser --no-enable + # This won't be necessary once strip-nondeterminism is fixed. .PHONY: override_dh_strip_nondeterminism override_dh_strip_nondeterminism: -- 2.30.2