forked from pool/systemd
701179bcff
- Update to new upstream release 221 OBS-URL: https://build.opensuse.org/request/show/313261 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=875
21 lines
771 B
Diff
21 lines
771 B
Diff
Provide /run/lock/subsys directory to be able to provide the
|
|
/var/lock/subsys via the symbolic link /var/lock (bnc#889357)
|
|
|
|
---
|
|
tmpfiles.d/legacy.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: systemd-221/tmpfiles.d/legacy.conf
|
|
===================================================================
|
|
--- systemd-221.orig/tmpfiles.d/legacy.conf
|
|
+++ systemd-221/tmpfiles.d/legacy.conf
|
|
@@ -17,7 +17,7 @@ L /var/lock - - - - ../run/lock
|
|
# /run/lock/subsys is used for serializing SysV service execution, and
|
|
# hence without use on SysV-less systems.
|
|
|
|
-#d /run/lock/subsys 0755 root root -
|
|
+d /run/lock/subsys 0755 root root -
|
|
|
|
# /run/lock/lockdev is used to serialize access to tty devices via
|
|
# LCK..xxx style lock files, For more information see:
|