scy on Nostr: Also, PSA for people who are immediately triggered by the word "systemd", partially ...
Also, PSA for people who are immediately triggered by the word "systemd", partially blaming it for the issue:
No.
AFAICT, OpenSSH links to libsystemd to call https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html to notify systemd about startup completion.
libsystemd links to lzma for other things.
But OpenSSH could've implemented the notification on its own, without relying on the whole big libsystemd. It's literally "send a line into a socket", only a few lines of code, even in C.
https://news.ycombinator.com/item?id=39866076
No.
AFAICT, OpenSSH links to libsystemd to call https://www.freedesktop.org/software/systemd/man/latest/sd_notify.html to notify systemd about startup completion.
libsystemd links to lzma for other things.
But OpenSSH could've implemented the notification on its own, without relying on the whole big libsystemd. It's literally "send a line into a socket", only a few lines of code, even in C.
https://news.ycombinator.com/item?id=39866076