summaryrefslogtreecommitdiff
path: root/services/loopback.in
blob: a01225ae65f35075cacbf7a091ca0af58217e36b (plain)
1
2
3
4
5
6
7
8
description configure network loopback device
type wait
target boot
before sysinit
after hwclock hostname

exec "@SBINPATH@/ip" addr add 127.0.0.1/8 dev lo brd +
exec "@SBINPATH@/ip" link set lo up