<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 26, 2018 at 12:32 AM, aleivag <span dir="ltr"><<a href="mailto:aleivag@gmail.com" target="_blank">aleivag@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all, hope you are doing:</div><div><br></div><div>i was toying aroud sd_notify and sd-daemon.h and found this section in <a href="https://github.com/systemd/systemd/blob/master/src/systemd/sd-daemon.h#L234-L235" target="_blank">https://github.com/systemd/<wbr>systemd/blob/master/src/system<wbr>d/sd-daemon.h#L234-L235</a> it said:</div><div><br></div><div><table class="m_4812737816053887366m_1997701743323310584gmail-highlight m_4812737816053887366m_1997701743323310584gmail-tab-size m_4812737816053887366m_1997701743323310584gmail-js-file-line-container" style="box-sizing:border-box;border-collapse:collapse;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><tbody style="box-sizing:border-box"><tr style="box-sizing:border-box"><td id="m_4812737816053887366m_1997701743323310584gmail-LC234" class="m_4812737816053887366m_1997701743323310584gmail-blob-code m_4812737816053887366m_1997701743323310584gmail-blob-code-inner m_4812737816053887366m_1997701743323310584gmail-js-file-line m_4812737816053887366m_1997701743323310584gmail-highlighted" style="box-sizing:border-box;padding:0px 10px;line-height:20px;vertical-align:top;overflow:visible;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;color:rgb(36,41,46);word-wrap:normal;white-space:pre-wrap;background-color:rgb(255,251,221)"><span class="m_4812737816053887366m_1997701743323310584gmail-pl-c" style="box-sizing:border-box;color:rgb(106,115,125)">Daemons can choose to send additional variables. However, it is
<span style="color:rgb(106,115,125);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:pre-wrap;word-spacing:0px;background-color:rgb(255,251,221);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">recommended to prefix variable names not listed above with X_.</span>
</span></td></tr></tbody></table><br>So naturally i tried</div><div><br></div><div>sd_notify(0, "X_ANSWER=42")</div><div><br></div><div>and apparently systemd has no problem with that, but my questions are 2 now:</div><div><br></div><div>1) What does systemd do with this information?</div></div></blockquote><div><br></div><div>Nothing. The documentation just says in other words that "the init system must not reject packets with unknown variables", but doesn't say that systemd or any other init will store all of them anywhere.</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div>
</div></div>