mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
NEWS: Extend note on /run/lock to recommend locking devices directly
This commit is contained in:
committed by
Luca Boccassi
parent
dd28a11d57
commit
8a6128b68b
4
NEWS
4
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,
|
||||
|
||||
Reference in New Issue
Block a user