mirror of
https://github.com/pygos/init.git
synced 2024-11-05 20:27:09 +01:00
9 lines
222 B
Text
9 lines
222 B
Text
|
description "mount /run"
|
||
|
type wait
|
||
|
target boot
|
||
|
before vfs
|
||
|
exec "@SBINPATH@/mount" -t tmpfs none /run
|
||
|
exec "@BINPATH@/mkdir" /run/lock -m 0755
|
||
|
exec "@BINPATH@/ln" -s /run /var/run
|
||
|
exec "@BINPATH@/ln" -s /run/lock /var/lock
|