aboutsummaryrefslogtreecommitdiff
path: root/services/tmpfsrun.in
blob: c34eccbd64d4474b846edae79d1bb8797b74d422 (plain)
1
2
3
4
5
6
7
8
9
description "mount /run"
type wait
target boot
before vfs
after tmpfsvar
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