diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-19 17:43:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-19 17:53:50 +0100 |
commit | ca721e36083e70709ce21376c0b89bc797e53f91 (patch) | |
tree | e6edf3f997a56f5044fe3244f9a74fbc47b6b4b0 /NEWS | |
parent | 17d47d8d2dee22ee4f0a7319b9603d3e33a0b28a (diff) |
NEWS: Mention the new Personality= switch in unit files
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -381,7 +381,9 @@ CHANGES WITH 209: * systemd-nspawn gained a new --personality= switch for setting the kernel personality for the container. This is - useful when running a 32bit container on a 64bit host. + useful when running a 32bit container on a 64bit host. A + similar option Personality= is now also available in service + units. * logind will now also track a "Desktop" identifier for each session which encodes the desktop environment of it. This is |