diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-02-12 23:34:35 +0000 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-02-13 08:41:13 +0900 |
commit | 9ba008cbc378d1f06b28174614437f875cca5248 (patch) | |
tree | 452e4fa0502c427c1dfa291d818bf01c22013a0b /NEWS | |
parent | 199d251b7222b9a3abc7693791a23159fb1a7038 (diff) | |
download | systemd-9ba008cbc378d1f06b28174614437f875cca5248.tar.gz |
NEWS: mention new systemctl verb and fix typo
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -80,7 +80,8 @@ CHANGES WITH 248: * New bind mounts and file system image mounts may be injected into the mount namespace of a service (without restarting it). This is exposed - as 'systemctl mount-image <unit> <image>…'. + respectively as 'systemctl bind <unit> <path>…' and + 'systemctl mount-image <unit> <image>…'. * The StandardOuput= and StandardError= settings can now specify files to be truncated for output (as "truncate:<path>"). @@ -157,7 +158,7 @@ CHANGES WITH 248: DNS query and respond with a mostly unmodified packet received from the upstream server. - * systemd-nspawn gained a new -ambient-capability= setting + * systemd-nspawn gained a new --ambient-capability= setting (AmbientCapability= in .nspawn files) to configure ambient capabilities passed to the container payload. |