]> git.proxmox.com Git - ceph.git/commitdiff
update dh_systemd restart patch for pacific
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 May 2021 14:52:45 +0000 (16:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 20 May 2021 14:52:45 +0000 (16:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
patches/0016-d-rules-fix-no-restart-on-upgrade.patch

index 5904d02ea1d0fa64383f1244abb0fd09ecfd6778..803e50f162e42b479effc607936bbb9c37d4e52c 100644 (file)
@@ -25,13 +25,13 @@ diff --git a/debian/rules b/debian/rules
 index b5ce42c6f3..00e9ac6b16 100755
 --- a/debian/rules
 +++ b/debian/rules
-@@ -92,7 +92,7 @@ override_dh_installinit:
-
-        # NOTE: execute systemd helpers so they pickup dh_install'ed units and targets
-        dh_systemd_enable
--       dh_systemd_start --no-restart-on-upgrade
-+       dh_systemd_start --no-restart-on-upgrade --no-restart-after-upgrade
-
+@@ -88,7 +88,7 @@ override_dh_installinit:
+       # NOTE: execute systemd helpers so they pickup dh_install'ed units and targets
+       dh_systemd_enable
+-      dh_systemd_start --no-restart-on-upgrade
++      dh_systemd_start --no-restart-on-upgrade --no-restart-after-upgrade
  override_dh_systemd_enable:
-        # systemd enable done as part of dh_installinit
+       # systemd enable done as part of dh_installinit