diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-03-12 15:12:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-03-12 15:12:05 +0000 |
commit | dd3d108435e3d1dd3c1d705acb6155c1428dde6b (patch) | |
tree | dcfa53b03de560c642f77bfb00ac78a2800ec046 | |
parent | Updating years in copyright file. (diff) | |
download | open-infrastructure-compute-tools-dd3d108435e3d1dd3c1d705acb6155c1428dde6b.tar.xz open-infrastructure-compute-tools-dd3d108435e3d1dd3c1d705acb6155c1428dde6b.zip |
Also adding --no-restart-after-upgrade to dh_installsystemd to avoid containers being rebooted on package upgrades (default changed with debhelper 11).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 |