1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-06-02 10:18:44 +02:00
init/services/tmpfsrun.in

12 lines
230 B
Plaintext
Raw Normal View History

description "mount /run"
type wait
target boot
before vfs
after tmpfsvar
exec {
"@SBINPATH@/mount" -t tmpfs none /run
"@BINPATH@/mkdir" /run/lock -m 0755
"@BINPATH@/ln" -s /run /var/run
"@BINPATH@/ln" -s /run/lock /var/lock
}