emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] Add systemd socket launching support


From: Stefan Monnier
Subject: Re: [PATCH v3] Add systemd socket launching support
Date: Thu, 31 Mar 2016 08:55:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> +#include <systemd/sd-daemon.h>
[..]
> +#ifdef HAVE_SYSTEMD
> +      /* Read the number of sockets passed through by systemd. */
> +      systemd_socket = sd_listen_fds(1);

AFAICT, this is the core of the dependency to systemd.
Could you explain to us, how the socket information is actually passed?
Is it passed via an env-var?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]