diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-04-28 17:58:33 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-04-28 17:58:33 -0400 |
commit | 0f7a75329c65ec87a7f03c67e421bbab32ca5e6c (patch) | |
tree | 31b65f621c19c21b64bb83741a65a185b7bbd909 | |
parent | Version 6 (diff) | |
download | gentoo-systemd-integration-0f7a75329c65ec87a7f03c67e421bbab32ca5e6c.tar.gz gentoo-systemd-integration-0f7a75329c65ec87a7f03c67e421bbab32ca5e6c.tar.bz2 gentoo-systemd-integration-0f7a75329c65ec87a7f03c67e421bbab32ca5e6c.zip |
Update mode/group on /run/lock to match OpenRC
-rw-r--r-- | tmpfiles.d/gentoo-run.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/gentoo-run.conf b/tmpfiles.d/gentoo-run.conf index 5b3bcab..bede9fa 100644 --- a/tmpfiles.d/gentoo-run.conf +++ b/tmpfiles.d/gentoo-run.conf @@ -2,4 +2,4 @@ # 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 - +d /run/lock 0775 root uucp - |