From 07ec0fb1b921ff90ce979e1683d5d679970b9939 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 11 Jun 2017 20:23:51 +0100 Subject: [PATCH] systemd.eclass: Improve systemd_install_serviced documentation Signed-off-by: Chris Mayo --- eclass/systemd.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index 7e46e80119c8e..49f7480228bba 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -178,12 +178,12 @@ systemd_newuserunit() { } # @FUNCTION: systemd_install_serviced -# @USAGE: [] +# @USAGE: [] # @DESCRIPTION: -# Install the file as service.d/00gentoo.conf template. -# The argument specifies the configured service name. -# If not specified, the configuration file name will be used with .conf -# suffix stripped (e.g. foo.service.conf -> foo.service). +# Install as the template .d/00gentoo.conf. +# If is not specified +# with the .conf suffix stripped is used +# (e.g. foo.service.conf -> foo.service.d/00gentoo.conf). systemd_install_serviced() { debug-print-function ${FUNCNAME} "${@}"