1
0
Fork 0
mirror of https://github.com/pygos/init-scripts.git synced 2024-05-06 06:06:14 +02: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

7 lines
151 B
Plaintext

description "static network configuration"
type wait
target boot
after sysinit ifrename
before network
exec ip -force -batch "@ETCPATH@/netcfg/static"