aboutsummaryrefslogtreecommitdiff
path: root/services/tmpfsrun
blob: 07dbd0a841a106ffd88da6b504779736bd1f2f8d (plain)
1
2
3
4
5
6
7
8
9
10
11
description "mount /run"
type wait
target boot
before vfs
after tmpfsvar
exec {
	mount -t tmpfs none /run
	mkdir /run/lock -m 0755
	ln -s /run /var/run
	ln -s /run/lock /var/lock
}