diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:32:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-28 22:32:53 +0200 |
commit | 34c8deaae1fcfa9e7c9db49b5f3a33973e103218 (patch) | |
tree | a22f1a1d7e084181ed30a2c9d57421c131c58a1a /tmpfiles.d/systemd.conf | |
parent | 7fcde28044351a9d2780916b69ff67e5c4e27e01 (diff) |
tmpfiles: install default tmpfiles configuration
Diffstat (limited to 'tmpfiles.d/systemd.conf')
-rw-r--r-- | tmpfiles.d/systemd.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf new file mode 100644 index 0000000000..ee326f0826 --- /dev/null +++ b/tmpfiles.d/systemd.conf @@ -0,0 +1,10 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +d /var/lock/subsys 0755 root root +d /var/run/user 0755 root root +f /var/run/utmp 0664 root utmp |