make net-lo, sysctl, and tmpfs wait for pseudofs

This commit is contained in:
Muhammad Herdiansyah 2021-11-10 17:05:42 +07:00
parent 5ce2881813
commit e7e53d5c2b
3 changed files with 12 additions and 9 deletions

View file

@ -1,3 +1,4 @@
type = scripted
command = /usr/bin/ip link set up dev lo
restart = false
type = scripted
command = /usr/bin/ip link set up dev lo
restart = false
waits-for = pseudofs

View file

@ -1,3 +1,4 @@
type = scripted
command = /usr/bin/sysctl --system
restart = false
type = scripted
command = /usr/bin/sysctl --system
restart = false
waits-for = pseudofs

View file

@ -1,3 +1,4 @@
type = scripted
command = /bin/mount -t tmpfs tmpfs /tmp
restart = false
type = scripted
command = /bin/mount -t tmpfs tmpfs /tmp
restart = false
waits-for = pseudofs