diff options
Diffstat (limited to 'sys-apps/systemd/files/gentoo-run.conf')
-rw-r--r-- | sys-apps/systemd/files/gentoo-run.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/systemd/files/gentoo-run.conf b/sys-apps/systemd/files/gentoo-run.conf new file mode 100644 index 000000000000..5b3bcab8f338 --- /dev/null +++ b/sys-apps/systemd/files/gentoo-run.conf @@ -0,0 +1,5 @@ +# New OpenRC versions replace /var/lock with a symlink to /run/lock. +# We just create that directory for now, just in case. +# Of course, it's not guaranteed that'll satisfy all relevant packages. + +d /run/lock 0755 root root - |