mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
04a23330e4
- Common function for splitting string into argument vector - Preprocess & split command lines while parsing the service file - Specify "before" and "after" dependencies in a single line Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
8 lines
198 B
Text
8 lines
198 B
Text
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
|