diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 8972781..c6d3358 100755 --- a/debian/rules +++ b/debian/rules @@ -17,4 +17,4 @@ override_dh_auto_install: mv debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE) debian/open-infrastructure-$(PACKAGE)/usr/share/doc/open-infrastructure-$(PACKAGE) override_dh_installsystemd: - dh_installsystemd --no-stop-on-upgrade --no-start + dh_installsystemd --no-restart-after-upgrade --no-start --no-stop-on-upgrade |