<div dir="ltr"><div><div><div><div>Package: systemd<br></div>Version: 232<br><br></div>I used unit-file with options below:<br><br>Type=notify<br></div>NotifyAccess=all<br><br></div><div>Command `systemd-notify --ready` worked only once. All other times it did nothing. Service was killed by systemd after timeout. systemd-notify returned zero code (success). No error was reported.<br><br></div><div>Workaround script I used to solve the issue:<br><br></div><div>inport systemd.daemon;<br></div><div>systemd.daemon.notify('READY=1')<br><br></div><div>Another bug report might describe the same issue:<br><a href="https://bugzilla.redhat.com/show_bug.cgi?id=982376">https://bugzilla.redhat.com/show_bug.cgi?id=982376</a><br></div><div>But in my case everything works without any sleeps.<br><br></div><div>I use Debian 9 Stretch.</div></div>