<div dir="ltr">Hi Sietse,<div><br></div><div>Thanks for reply.</div><div><br></div><div>So if use mentioned directives as below</div><div><br></div><div>A.service file</div><div>------------------</div><div><br></div><div>PropagatesReloadTo=B<br></div><div><br></div><div>B.service file</div><div>----------------</div><div><br></div><div>PropagatesReloadTo=A<br></div><div><br></div><div>Will not it create a loop? If yes, how to avoid it.</div><div><br></div><div>I will re-phrase the requirements:</div><div><br></div><div><font color="#000000">1. If process A is restarted then B should also be restarted<br style=""><br style="">2. If process B is restarted then A should also be restarted<br></font></div><div><font color="#000000"><br></font></div><div><font color="#000000">3. If process A is stopped then B should not be stopped</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">4. If process B is stopped then B should not be stopped</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">For the above requirements, I want to know, what directives I need to add to service files for A & B.</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Regards,</font></div><div><font color="#000000">Rajat</font></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 30, 2018 at 1:19 PM Sietse van Zanen <<a href="mailto:sietse@wizdom.nu">sietse@wizdom.nu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rajat,<br>
<br>
<br>
Take a look at BindsTo, PartOf, PropagatesReloadTo, ReloadPropagatedFrom and <<a href="https://www.freedesktop.org/software/systemd/man/systemd.unit.html#PropagatesReloadTo=" rel="noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/systemd.unit.html#PropagatesReloadTo=</a>> OnFailure. I think a combination of these should achieve what you want,<br>
<br>
<a href="https://www.freedesktop.org/software/systemd/man/systemd.unit.html#BindsTo=" rel="noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/systemd.unit.html#BindsTo=</a><<a href="https://www.freedesktop.org/software/systemd/man/systemd.unit.html#BindsTo" rel="noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/systemd.unit.html#BindsTo</a>><br>
<br>
<br>
<br>
-Sietse<br>
<br>
________________________________<br>
From: systemd-devel <<a href="mailto:systemd-devel-bounces@lists.freedesktop.org" target="_blank">systemd-devel-bounces@lists.freedesktop.org</a>> on behalf of rajat rastogi <<a href="mailto:rajat1.iitd@gmail.com" target="_blank">rajat1.iitd@gmail.com</a>><br>
Sent: Thursday, August 30, 2018 09:07<br>
To: <a href="mailto:systemd-devel@lists.freedesktop.org" target="_blank">systemd-devel@lists.freedesktop.org</a><br>
Subject: [systemd-devel] [Need Help]: What Systemd service directives to use<br>
<br>
Hi,<br>
<br>
My name is rajat.<br>
<br>
I have below requirement:<br>
<br>
There are 2 processes A and B.<br>
<br>
For the mentioned processes, below behaviour is required:<br>
<br>
1. If process A is restarted then B should also be restarted<br>
<br>
2. If process B is restarted then A should also be restarted<br>
<br>
For the above-desired behaviour, what Systemd directives I should use? How I can avoid circular dependency if any might appear?<br>
<br>
Thanks and Regards,<br>
Rajat Rastogi<br>
</blockquote></div>