summaryrefslogtreecommitdiffstats
path: root/sources/target_skeleton/etc/init.d/S50networking
blob: 7104f3321678b1380adb614179114e2ad9a8795d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

# start lo all the time
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo

hostname dev.null