]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: Extend note on /run/lock to recommend locking devices directly
authorJosh Triplett <josh@joshtriplett.org>
Sat, 30 Aug 2025 00:33:59 +0000 (17:33 -0700)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 30 Aug 2025 08:56:41 +0000 (09:56 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 4c2836108122d239d3e09caab254aeeed291f2dd..ff55bbcaa3a405981cd1f330563bc6a5e094d0fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -166,7 +166,9 @@ CHANGES WITH 258 in spe:
           directory is encouraged to ship their own tmpfiles.d configuration to
           set it up according to their needs. In general, services should store
           their lock files in RuntimeDirectory=/$RUNTIME_DIRECTORY, and software
-          directly executed by users should use $XDG_RUNTIME_DIR.
+          directly executed by users should use $XDG_RUNTIME_DIR. Software
+          working with specific devices (e.g. serial port devices) should flock
+          the device directly rather than creating a separate lock file.
 
         * Support for systemd-repart's FactoryReset EFI variable has been
           deprecated and support for it will be removed in v260. Use the newer,