/init/networking.conf

http://github.com/brinkman83/bashrc · Config · 15 lines · 10 code · 5 blank · 0 comment · 0 complexity · 8af8451b188d626e6e7ea92c90d7d64f MD5 · raw file

  1. # networking - configure virtual network devices
  2. #
  3. # This task causes virtual network devices that do not have an associated
  4. # kernel object to be started on boot.
  5. description "configure virtual network devices"
  6. start on (local-filesystems
  7. and stopped udevtrigger)
  8. task
  9. pre-start exec mkdir -p /var/run/network
  10. exec ifup -a