diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fe0225c5d6..c7d3ac9db5 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6330,8 +6330,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_AUTO_ENABLE - Enables and disables the systemd - service manager. + For recipes that inherit the + systemd + class, this variable specifies whether the service you have + specified in + SYSTEMD_SERVICE + should be started automatically or not. By default, the service is enabled to automatically start at boot time. The default setting is in the @@ -6349,10 +6353,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_PACKAGES - Specifies the packages into which - systemd unit files are installed - when the files need to be installed into packages other - than recipe's main package. + For recipes that inherit the + systemd + class, this variable specifies the packages into which + systemd unit files have been packaged when the files + need to be installed into packages other than recipe's main + package. @@ -6369,15 +6375,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSTEMD_SERVICE - The service file for the systemd - service manager. + For recipes that inherit the + systemd + class, this variable specifies the + systemd service name for a package. When you specify this file in your recipe, use a package name override to indicate the package to which the value - applies when the value applies to a package other than - the recipe's main package. + applies. Here is an example from the connman recipe: SYSTEMD_SERVICE_${PN} = "connman.service"