tmpfiles
This commit is contained in:
parent
f3cc18fcc2
commit
550fabfc8e
5
rc.in
5
rc.in
|
@ -115,6 +115,7 @@ rc.remount_root() {
|
||||||
rc.boot() {
|
rc.boot() {
|
||||||
rc.mount_misc
|
rc.mount_misc
|
||||||
rc.tmpdirs
|
rc.tmpdirs
|
||||||
|
rc.tmpfiles
|
||||||
rc.hostname
|
rc.hostname
|
||||||
rc.timezone
|
rc.timezone
|
||||||
rc.modules
|
rc.modules
|
||||||
|
@ -158,6 +159,10 @@ rc.timezone() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rc.tmpfiles() {
|
||||||
|
>/run/utmp
|
||||||
|
}
|
||||||
|
|
||||||
rc.main() {
|
rc.main() {
|
||||||
source "@ETC@/rc.conf"
|
source "@ETC@/rc.conf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user