1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-11-23 03:29:47 +01:00
init/services/tmpfsvar.in

13 lines
234 B
Text
Raw Normal View History

description "mount /var"
type wait
target boot
before vfs
exec {
mount -t tmpfs none /var
mkdir /var/log -m 0755
mkdir /var/spool -m 0755
mkdir /var/lib -m 0755
mkdir /var/tmp -m 0755
"@SCRIPTDIR@/overlay.sh" var_lib /var/lib
}