Wallogit.com
2017 © Pedro Peláez
Interact with the Systemd Notify daemon for service lifecycle integration
This package allows scripts launched by systemd to send information and heartbeats (watchdog events) to the systemd notification system., (*1)
You have a script that is started as a service by systemd, and you want systemd to restart the service when it develops an error, or, (*2)
You have a long running script and want to provide a status description viewable
by the systemctl status myservice command., (*3)
Three classes are provided to interact with the notification service:, (*4)
See the examples folder, (*5)