<div dir="ltr"><div dir="ltr">On Wed, Feb 27, 2019 at 6:04 PM Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Another option is to do this in your soruces btw:<br>
<br>
```c<br>
(void) kill(1, SIGRTMIN+21);<br>
```<br>
<br>
Sending SIGRTMIN+21 to PID 1 will disable the status output<br>
explicitly. If you are sure you don't want it you can just do that, in<br>
one line.<br></blockquote><div><br></div><div>I used to do this from my getty@ ExecStartPre, instead of Type=idle, but when doing it inside software there's no way to reliably undo it, without knowing somehow whether the status was initially shown or hidden, is there? I suppose that's fine if the system reboots after updates anyway...</div><div><br></div></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>