]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: document deprecation of PermissionsStartOnly= in v240
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 12 Jan 2019 19:35:17 +0000 (20:35 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 13 Jan 2019 00:47:10 +0000 (09:47 +0900)
https://github.com/systemd/systemd/pull/10802#issuecomment-453772058

NEWS

diff --git a/NEWS b/NEWS
index 558950aad9f5c3004b98d712b2ab247f6022602b..0b4bdc951953ad01a619288148292927633d7696 100644 (file)
--- 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.