diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-10-30 14:21:09 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-10-31 22:08:08 +0100 |
commit | 243b63d8a6797cf9de37b309575d9ec0cb04c041 (patch) | |
tree | 4193f13ff3cbdce911e5bdaace7b46db39f8f549 /man/systemd-sysupdated.service.xml | |
parent | man: warn that sysupdate's API is unstable (diff) | |
download | systemd-243b63d8a6797cf9de37b309575d9ec0cb04c041.tar.xz systemd-243b63d8a6797cf9de37b309575d9ec0cb04c041.zip |
meson: add separate option for sysupdated, disable in release builds
This commit introduces a build-time option to enable/disable sysupdated
separately from sysupdate. 'auto' translated to enabled by default in
developer builds.
Diffstat (limited to 'man/systemd-sysupdated.service.xml')
-rw-r--r-- | man/systemd-sysupdated.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-sysupdated.service.xml b/man/systemd-sysupdated.service.xml index f28cc6c97f..30a9bd8d69 100644 --- a/man/systemd-sysupdated.service.xml +++ b/man/systemd-sysupdated.service.xml @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> -<refentry id="systemd-sysupdated.service" conditional='ENABLE_SYSUPDATE'> +<refentry id="systemd-sysupdated.service" conditional='ENABLE_SYSUPDATED'> <refentryinfo> <title>systemd-sysupdated.service</title> |