From: Zbigniew Jędrzejewski-Szmek Date: Sat, 12 Jan 2019 19:35:17 +0000 (+0100) Subject: NEWS: document deprecation of PermissionsStartOnly= in v240 X-Git-Tag: v241-rc1~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=455027c98f9c8c34de171491bebc43f48376ddf5;p=thirdparty%2Fsystemd.git NEWS: document deprecation of PermissionsStartOnly= in v240 https://github.com/systemd/systemd/pull/10802#issuecomment-453772058 --- diff --git a/NEWS b/NEWS index 558950aad9f..0b4bdc95195 100644 --- a/NEWS +++ b/NEWS @@ -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.