1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-19 04:06:13 +02:00
init/services/loopback.in
David Oberhollenzer 38ad6f1b2f Allow aggregating command lines in blocks
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-04-11 23:01:35 +02:00

11 lines
203 B
Plaintext

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