Add support for sd_notify interface to better integrate on Linux
The sd_notify() interface allows the daemon to report its internal state back to the supervisor (systemd) in this case. It's similar to SMF interface we use on Solaris.
The work here should probably abstract the two interfaces (systemd and SMF) into a common API.