init-scripts/services/loopback

11 lines
169 B
Plaintext

description configure network loopback device
type wait
target boot
before sysinit
after hostname vfs
exec {
ip addr add 127.0.0.1/8 dev lo brd +
ip link set lo up
}