<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd does not execute multiple ExecStart after a daemon-reload"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68878#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemd does not execute multiple ExecStart after a daemon-reload"
href="https://bugs.freedesktop.org/show_bug.cgi?id=68878">bug 68878</a>
from <span class="vcard"><a class="email" href="mailto:harald@redhat.com" title="Harald Hoyer <harald@redhat.com>"> <span class="fn">Harald Hoyer</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=68878#c1">comment #1</a>)
<span class="quote">> The problem here is that we have trouble recognizing the same ExecStart=
> lines before and after we did the reload, hence we currently don't try at
> all.
>
> i.e. let's say you have three ExecStart= lines:
>
> ExecStart=/bin/foo
> ExecStart=/bin/bar
> ExecStart=/bin/waldo
>
> Let's say you are now executing /bin/bar. And now you reload the daemon, but
> the /bin/bar one was removed, what do you do now, at which point do you
> continue? And what happens if it's /bin/foo you remove too? And what happens
> when you delete all three and replace them with ExecStart=/bin/huhu?
>
> We should probably do something about this and try to come up with a scheme
> that at least most of the time manages to continue at some sane point. But I
> am not sure what the best scheme here would be? Ideas?</span >
Well, maybe delay the daemon-reload until a point of time, where we can safely
do that.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>