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: