<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">On 05/06/2025 10.00, Windl, Ulrich
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:855231208e8b4d34a54d235a5af27908@ukr.de">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator"
content="Microsoft Word 15 (filtered medium)">
<style>@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}div.WordSection1
{page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hi!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span lang="EN-US">I wrote a simple service
that did not start after boot. The joural message was:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">REST-server.service: Job
REST-server.service/start failed with result 'dependency'.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Wouldn’t it be helpful
to log WHICH dependency failed? As I started the server
meanwhile that information isn’t available any more (it
seems).</span></p>
</div>
</blockquote>
<p>It is logged in the journal, one line above the message you
mention. It is merely not tagged with _SYSTEMD_UNIT= for
'systemctl status' to find it.</p>
<p>Jun 05 10:25:24 frost systemd[1]: test2.service is inactive.<br>
Jun 05 10:25:24 frost systemd[1]: Dependency failed for
test.service.<br>
Jun 05 10:25:24 frost systemd[1]: test.service: Job
test.service/start failed with result 'dependency'.</p>
</body>
</html>