Skip to content

main: Remove NOTIFY_SOCKET from environment

Benjamin Berg requested to merge benzea/fix-sd-notify into master

It is only used exactly once to notify systemd about the service startup. So unset it as soon as possible as it can leak into subprocesses we spawn otherwise.

Merge request reports