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

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