systemd-notify Command Examples

Notify the service manager about start-up completion and other daemon status changes. This command is useless outside systemd service scripts. More information: https://www.freedesktop.org/software/systemd/man/systemd-notify.html.

systemd-notify --booted

systemd-notify --ready

systemd-notify --status="{{Add custom status message here...}}"