Package de.afoo.sdnotify


package de.afoo.sdnotify
A simple interface to sd_notify from Java.

This does not use the systemd provided C library or commandline tool but instead directly talks to the UNIX socket systemd provides.

In most cases you should use SDNotify.create() to get an instance.

  • Class
    Description
    This implementation of SDNotify actually tries to talk to systemd.
    NOOP Implementation of the SDNotify interface to be used when we are not running under systemd.
    Send Notifications to systemd.
    Thin abstraction around the UNIX socket file systemd stores in the NOTIFY_SOCKET environment variable of processes it starts.