<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/<wbr>systemd/sd-daemon.h#L234-L235</a> it said:</div><div><br></div><div><table class="m_1997701743323310584gmail-highlight m_1997701743323310584gmail-tab-size m_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_1997701743323310584gmail-LC234" class="m_1997701743323310584gmail-blob-code m_1997701743323310584gmail-blob-code-inner m_1997701743323310584gmail-js-file-line m_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_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>2) How can i query this x_answer variable i just gave?</div><div><br></div><div>thanks!<br clear="all"><div><div class="m_1997701743323310584gmail_signature"><div dir="ltr"><br>Alvaro Leiva<br></div></div></div>
</div></div>