From: Guus Sliepen Date: Mon, 26 Mar 2012 13:46:09 +0000 (+0100) Subject: Add support for systemd style socket activation. X-Git-Tag: import-tinc-1.1~384^2 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=89f4574e0b1553c8e5dcbfc275e829a759b697f6;hp=89f4574e0b1553c8e5dcbfc275e829a759b697f6;p=meshlink Add support for systemd style socket activation. If the LISTEN_FDS environment variable is set and tinc is run in the foreground, tinc will use filedescriptors 3 to 3 + LISTEN_FDS for its listening TCP sockets. For now, tinc will create matching listening UDP sockets itself. There is no dependency on systemd or on libsystemd-daemon. ---