1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-11-05 04:07:10 +01:00
init/services/tmpfsvar.in

11 lines
310 B
Text
Raw Normal View History

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