From: Zbigniew Jędrzejewski-Szmek Date: Wed, 1 Feb 2023 14:34:38 +0000 (+0100) Subject: man: strengthen language about generator output X-Git-Tag: v253-rc2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F26286%2Fhead;p=thirdparty%2Fsystemd.git man: strengthen language about generator output Inspired by https://bugzilla.redhat.com/show_bug.cgi?id=2165433. --- diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 19ec586fa08..79c046faac4 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -127,6 +127,11 @@ precedence. + + Note: generators must not write to other locations or otherwise make changes + to system state. Generator output is supposed to last only until the next + daemon-reload or daemon-reexec; if the generator is replaced + or masked, its effects should vanish.