From 550fabfc8e78341b6e6eef5bcf4b1038cb5a59f0 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 2 Mar 2015 17:40:09 +0300 Subject: [PATCH] tmpfiles --- rc.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rc.in b/rc.in index 10173d2..1971ce9 100755 --- a/rc.in +++ b/rc.in @@ -115,6 +115,7 @@ rc.remount_root() { rc.boot() { rc.mount_misc rc.tmpdirs + rc.tmpfiles rc.hostname rc.timezone rc.modules @@ -158,6 +159,10 @@ rc.timezone() { } } +rc.tmpfiles() { + >/run/utmp +} + rc.main() { source "@ETC@/rc.conf"