From c79945c2103b5c049f6411747b6aa472a65d726d Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Thu, 14 Oct 2021 11:12:32 -0400 Subject: [PATCH] remove unnecessary `--no-restart-after-upgrade` ("Undo a previous --restart-after-upgrade (or the default of compat 10). If no other options are given, this will cause the service to be stopped in the prerm script and started again in the postinst script.") --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 61f9663..4f5662d 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ dh $@ --with=config-package override_dh_installsystemd: - dh_installsystemd --no-start --no-restart-after-upgrade --no-stop-on-upgrade + dh_installsystemd --no-start --no-stop-on-upgrade override_dh_installchangelogs: dh_installchangelogs changelog.upstream upstream