1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-11-14 00:47:10 +01:00
init-scripts/services/ifcfg.in
David Oberhollenzer 7ecb124df2 Replace static network config script with iproute2 batch file
A lot simpler than make-shift DSL parsing with bash.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-08-11 01:41:28 +02:00

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"