From: Guus Sliepen Date: Mon, 26 Mar 2012 13:46:09 +0000 (+0100) Subject: Add support for systemd style socket activation. X-Git-Tag: release-1.0.19~12 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=89f4574e0b1553c8e5dcbfc275e829a759b697f6;hp=89f4574e0b1553c8e5dcbfc275e829a759b697f6 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. ---