<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><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">68878</a>
</td>
</tr>
<tr>
<th>Assignee</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>systemd does not execute multiple ExecStart after a daemon-reload
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>systemd-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Reporter</th>
<td>harald@redhat.com
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>general
</td>
</tr>
<tr>
<th>Product</th>
<td>systemd
</td>
</tr></table>
<p>
<div>
<pre>/lib/systemd/system/systemd-udev-trigger.service contains multiple ExecStart
ExecStart=/usr/bin/udevadm trigger --type=subsystems --action=add ;
/usr/bin/udevadm trigger --type=devices --action=add
If, after the first ExecStart, systemd is interrupted with a daemon-reload, the
other ExecStart parts are never executed.
[ 4.474521] cnyk systemd[1]: About to execute: /usr/bin/udevadm trigger
--type=subsystems --action=add
[ 4.474615] cnyk systemd[1]: Forked /usr/bin/udevadm as 231
[ 4.474695] cnyk systemd[1]: systemd-udev-trigger.service changed dead ->
start
[ 4.474712] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-400cb83b\x2d3fad\x2d46bc\x2da71b\x2d0e34a4cfa373.device...
[ 4.474984] cnyk systemd[231]: Executing: /usr/bin/udevadm trigger
--type=subsystems --action=add
[ 4.475882] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-5f5e62a5\x2d3143\x2d4bcf\x2d9d38\x2d968791cd4e16.device...
[ 4.477043] cnyk systemd[1]: Expecting device
dev-disk-by\x2duuid-67040d2c\x2d2f85\x2d42f8\x2dafb8\x2de667d90f09da.device...
[ 4.478198] cnyk systemd[1]: Set up jobs progress timerfd.
[ 4.478202] cnyk systemd[1]: Set up idle_pipe watch.
[ 4.479278] cnyk systemd[1]: Received SIGHUP from PID 1 (systemd).
[ 4.479287] cnyk systemd[1]: Received SIGCHLD from PID 215 (n/a).
[ 4.479293] cnyk systemd[1]: Reloading.
...
[ 5.694420] cnyk systemd[1]: Received SIGCHLD from PID 231 (udevadm).
[ 5.694449] cnyk systemd[1]: Got SIGCHLD for process 231 (udevadm)
[ 5.694485] cnyk systemd[1]: Child 231 died (code=exited, status=0/SUCCESS)
[ 5.694488] cnyk systemd[1]: Child 231 belongs to
systemd-udev-trigger.service
[ 5.694499] cnyk systemd[1]: systemd-udev-trigger.service: main process
exited, code=exited, status=0/SUCCESS
[ 5.694579] cnyk systemd[1]: systemd-udev-trigger.service changed start ->
exited
[ 5.694584] cnyk systemd[1]: Job systemd-udev-trigger.service/start
finished, result=done
[ 5.694616] cnyk systemd[1]: Started udev Coldplug all Devices.</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>