diff options
author | Florian Dollinger <atar-axis@users.noreply.github.com> | 2019-04-14 14:26:39 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-04-14 14:26:39 +0200 |
commit | 967de8faceaa83c11a1215515cb135d7a8c0c32c (patch) | |
tree | 184a32f2e30bd808fe8b7990bb357c661ce2d488 /man/udev.xml | |
parent | Merge pull request #12288 from yuwata/resolve-bond-rafactoring (diff) | |
download | systemd-967de8faceaa83c11a1215515cb135d7a8c0c32c.tar.xz systemd-967de8faceaa83c11a1215515cb135d7a8c0c32c.zip |
Document (final) assignment on the RUN (#12310)
As described in #12291, final assignments and assignments are clearing both command types.
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/udev.xml b/man/udev.xml index 5a78be3208..98d17bbb54 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -437,6 +437,8 @@ <para>Note that running programs that access the network or mount/unmount filesystems is not allowed inside of udev rules, due to the default sandbox that is enforced on <filename>systemd-udevd.service</filename>.</para> + <para>Please also note that <literal>:=</literal> and <literal>=</literal> are clearing + both, program and builtin commands.</para> </listitem> </varlistentry> |