]> git.proxmox.com Git - ceph.git/blob - patches/0003-enable-systemd-targets-by-default.patch
bump version to 12.1.3-pve1
[ceph.git] / patches / 0003-enable-systemd-targets-by-default.patch
1 From 93c5cd1df7d2c5eb7e0da3bda861a7c811f5a129 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Wed, 22 Mar 2017 09:00:34 +0100
4 Subject: [PATCH 3/3] enable systemd targets by default
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
10 ---
11 debian/rules | 3 +++
12 1 file changed, 3 insertions(+)
13
14 diff --git a/debian/rules b/debian/rules
15 index 92bc0b5877..782e4d4e87 100755
16 --- a/debian/rules
17 +++ b/debian/rules
18 @@ -132,6 +132,9 @@ override_dh_installinit:
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 # NOTE: execute systemd helpers so they pickup dh_install'ed units and targets
27 dh_systemd_enable
28 --
29 2.11.0
30