]> git.proxmox.com Git - ceph.git/blame - patches/0004-enable-systemd-targets-by-default.patch
bump version to 12.0.3-pve1
[ceph.git] / patches / 0004-enable-systemd-targets-by-default.patch
CommitLineData
3faa8656 1From c755c71d5f5c1cc7b0642c27e504140e2768ccbf Mon Sep 17 00:00:00 2001
810574b0
FG
2From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3Date: Wed, 22 Mar 2017 09:00:34 +0100
3faa8656 4Subject: [PATCH 4/7] enable systemd targets by default
810574b0
FG
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10---
11 debian/rules | 3 +++
12 1 file changed, 3 insertions(+)
13
14diff --git a/debian/rules b/debian/rules
d3282a1e 15index f8fb811..e12913c 100755
810574b0
FG
16--- a/debian/rules
17+++ b/debian/rules
d3282a1e 18@@ -123,6 +123,9 @@ override_dh_installinit:
810574b0
FG
19
20 dh_installinit -p ceph-base --name ceph --no-start
21 dh_installinit -p radosgw --no-start
22+ dh_systemd_enable -p ceph-common ceph.target
23+ dh_systemd_enable -p ceph-mon ceph-mon.target
24+ dh_systemd_enable -p ceph-osd ceph-osd.target
25
26 override_dh_systemd_start:
27 dh_systemd_start --no-restart-on-upgrade
28--
292.1.4
30