<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hello,</div>
<div> </div>
<div>While converting from Upstart to SystemD, came upon this issue. Is this case not covered or am I missing something?</div>
<div> </div>
<div>In Upstart, I can start a job when another job fails, and there’s a $JOB variable that tells me what was the job that failed.</div>
<div> </div>
<div>start on (stopped RESULT=failed PROCESS=post-stop)</div>
<div> </div>
<div>script</div>
<div>    echo “this just failed: $JOB”</div>
<div>end script</div>
<div> </div>
<div>In SystemD I can register a unit to be started when another unit fails. But there seems to be no way of knowing what unit failed. Is that correct?</div>
<div> </div>
<div>Thanks,</div>
<div>Alexander</div>
<div> </div>
<div> </div>
</font>
</body>
</html>