aboutsummaryrefslogtreecommitdiff
path: root/services/loopback
blob: 5a77a6f2a78e14c4744abd11091fcf496e905af9 (plain)
1
2
3
4
5
6
7
8
9
10
description configure network loopback device
type wait
target boot
before sysinit
after hwclock hostname vfs

exec {
	ip addr add 127.0.0.1/8 dev lo brd +
	ip link set lo up
}