From 8a8961da36c64603653feffc7b819832da5666dd Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Tue, 26 Nov 2019 14:55:15 +0100 Subject: [PATCH] news: Document init scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Privoznik Reviewed-by: Daniel P. Berrangé --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 6e7050160b..2a25b6ca49 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -187,6 +187,17 @@ down, these scripts were rewritten into Python. + + + Provide init scripts for sub-deaemons + + + So far libvirt shipped systemd unit files for sub-daemons. With this + release, init scripts are available too. Package maintainers can + choose which one to install via --with-init-script + configure option. + +
-- GitLab