summarylogtreecommitdiffstats
path: root/system.conf
diff options
context:
space:
mode:
authorAlexey D2015-07-05 14:23:25 +0300
committerAlexey D2015-07-07 08:51:07 +0300
commit31fd7da85ec08c78e5e369850a0f9b31cc239cd9 (patch)
tree7f49be3567cbc65c561864719b0e47e691d5861f /system.conf
parent1e67a85c249ded867192164fd408a3755e5f33c0 (diff)
downloadaur-tmpfiles-config.tar.gz
version 2015.07.05-1
Diffstat (limited to 'system.conf')
-rw-r--r--system.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/system.conf b/system.conf
index 7755a44c555b..398b831fe2f9 100644
--- a/system.conf
+++ b/system.conf
@@ -8,7 +8,7 @@
# See tmpfiles.d(5) for details
d /run/user 0755 root root ~10d
-F /run/utmp 0664 root utmp -
+F! /run/utmp 0664 root utmp -
f /var/log/wtmp 0664 root utmp -
f /var/log/btmp 0600 root utmp -
@@ -19,8 +19,8 @@ d /var/cache/man - - - 30d
# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
# 'quotacheck.mode=force'
-r /forcefsck
-r /forcequotacheck
-r /fastboot
+r! /forcefsck
+r! /forcequotacheck
+r! /fastboot
-F /run/nologin 0755 - - - "System is booting up."
+F! /run/nologin 0644 - - - "System is booting up."