diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-01-12 20:35:17 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 01:47:10 +0100 |
commit | 455027c98f9c8c34de171491bebc43f48376ddf5 (patch) | |
tree | e201cdc0b9ea5e53d23834fcd83430380fc866d7 /NEWS | |
parent | NEWS: update for v241 (diff) | |
download | systemd-455027c98f9c8c34de171491bebc43f48376ddf5.tar.xz systemd-455027c98f9c8c34de171491bebc43f48376ddf5.zip |
NEWS: document deprecation of PermissionsStartOnly= in v240
https://github.com/systemd/systemd/pull/10802#issuecomment-453772058
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -477,6 +477,11 @@ CHANGES WITH 240: notified about this userspace breakage quickly, but they chose to ignore it. + * PermissionsStartOnly= setting is deprecated (but is still supported + for backwards compatibility). The same functionality is provided by + the more flexible "+", "!", and "!!" prefixes to ExecStart= and other + commands. + * $DBUS_SESSION_BUS_ADDRESS environment variable is not set by pam_systemd anymore. |