description "Loopback Network Setup" author "Harald Kueller " version 1.0 emits none special start on ( runlevel [S012345] and ( started udev )) console output script echo "Setting up localhost" source /etc/init/functions /sbin/ifconfig lo 127.0.0.1 up status_message "Setup local net..." end script