Skip to content
  • Topi Miettinen's avatar
    os: add support for systemd notification · bb46e785
    Topi Miettinen authored
    
    
    It can take some time for Xorg to start. If Xorg runs as a systemd
    service and other services are based on it, they have no way to
    determine when Xorg is really ready to accept requests. Let's use
    sd_notify() provided by libsystemd to signal systemd for readiness.
    If Xorg has not been started as a systemd service, this won't do
    anything.
    
    Signed-off-by: default avatarTopi Miettinen <toiwoton@gmail.com>
    bb46e785