From: Jonathan McDowell Date: Tue, 23 Sep 2014 21:41:38 +0000 (+0100) Subject: Add keyd support for systemd socket activation X-Git-Tag: onak-0.4.3~5 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=5c137b7d6af54fb54dfe13b65c933b5b6a4c764c;hp=5c137b7d6af54fb54dfe13b65c933b5b6a4c764c;p=onak.git Add keyd support for systemd socket activation If we have libsystemd-daemon available then enable support for systemd socket activation of keyd. Even if this support is compiled in we will fall back to the old behaviour of setting up our own listening Unix domain socket if systemd is not in use. ---