From: Corey Farrell Date: Wed, 18 Jul 2018 22:13:44 +0000 (-0400) Subject: contrib: Update systemd README.txt. X-Git-Tag: 15.6.0-rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f0fc38de15413090b9b96f18f72978b5f034e1;p=thirdparty%2Fasterisk.git contrib: Update systemd README.txt. Mention need to compile Asterisk with systemd development package installed. ASTERISK-27968 Change-Id: Ib3a973be403c61cbe09572b0f912fb1aa1bff026 --- diff --git a/contrib/systemd/README.txt b/contrib/systemd/README.txt index 3225641f49..31ae1638cb 100644 --- a/contrib/systemd/README.txt +++ b/contrib/systemd/README.txt @@ -12,6 +12,9 @@ extends to the following listeners: The primary use case of this feature is to allow Asterisk to be started by other services through use of AMI, CLI or REST API. +The examples and documentation assume that Asterisk was linked to libsystemd +when compiled. This integration is required for `Type=notify` and socket +activation to work. Security ========