Viitor_upstart/etc/init/localnet.conf
kueller 79b2635d46 Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_upstart@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

16 lines
342 B
Plaintext

description "Loopback Network Setup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
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