2014-07-30 14:44:17 +02:00
|
|
|
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(-)
|
|
|
|
|
2015-06-23 14:56:50 +02:00
|
|
|
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
|
2014-07-30 14:44:17 +02:00
|
|
|
# /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:
|