1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-06-01 09:48:43 +02:00
init/services/tmpfsrun.in
David Oberhollenzer d0764e77b2 Add pygos specific overlay fs setup
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-04-07 01:33:58 +02:00

10 lines
237 B
Plaintext

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