aboutsummaryrefslogtreecommitdiff
path: root/services/tmpfsrun.in
blob: d20e7823760427eef49ae9a5c4f454267ce26385 (plain)
1
2
3
4
5
6
7
8
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