setup-interfaces: Automatically restart networking service
I used setup-interfaces
to directly connect to the network in order to download an answer file. I was wondering why the network connection wasn't up immediately and it turned out the networking
service wasn't restarted automatically.
Proposed feature:
New -c
("connect") flag for setup-interfaces
that runs /etc/init.d/networking restart
after setting up the configured interfaces.
Edited by Lukas Bestle