mirror of
https://github.com/pygos/init-scripts.git
synced 2024-11-14 00:47:10 +01:00
David Oberhollenzer
7ecb124df2
A lot simpler than make-shift DSL parsing with bash. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
6 lines
151 B
Text
6 lines
151 B
Text
description "static network configuration"
|
|
type wait
|
|
target boot
|
|
after sysinit ifrename
|
|
before network
|
|
exec ip -force -batch "@ETCPATH@/netcfg/static"
|