From ad6b03f157ae699aaa640b3890c25c356cd87f38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 5 Feb 2014 19:27:34 +0100 Subject: [PATCH] - more services dependencies cleaned up --- systemd.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.patch b/systemd.patch index 8832a24..543bd35 100644 --- a/systemd.patch +++ b/systemd.patch @@ -31,7 +31,7 @@ http://code.google.com/p/ganeti/issues/detail?id=444 @@ -0,0 +1,18 @@ +[Unit] +Description=Ganeti Confd -+Requires=ganeti-noded.service ganeti-masterd.service ganeti-rapi.service ++Requires=ganeti-noded.service +After=ganeti-rapi.service +ConditionPathExists=@LOCALSTATEDIR@/lib/ganeti/server.pem + @@ -93,7 +93,7 @@ http://code.google.com/p/ganeti/issues/detail?id=444 @@ -0,0 +1,18 @@ +[Unit] +Description=Ganeti RAPI -+Requires=ganeti-noded.service ++Requires=ganeti-noded.service ganeti-masterd.service +After=ganeti-masterd.service +ConditionPathExists=@LOCALSTATEDIR@/lib/ganeti/server.pem + -- 2.43.0