From d7db9f215203df17ece66eed6c2878fe1e1310ff Mon Sep 17 00:00:00 2001 From: Corey Farrell <git@cfware.com> Date: Wed, 18 Jul 2018 18:13:44 -0400 Subject: [PATCH] contrib: Update systemd README.txt. Mention need to compile Asterisk with systemd development package installed. ASTERISK-27968 Change-Id: Ib3a973be403c61cbe09572b0f912fb1aa1bff026 --- contrib/systemd/README.txt | 3 +++ 1 file changed, 3 insertions(+) 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 ======== -- GitLab