Initial code release
[adaptation/system-plugin-ia-generic.git] / etc / rc.d / rc.network
1
2 [ -x /usr/sbin/sshd-hostkeys ] && /usr/sbin/sshd-hostkeys
3
4 [ -x /sbin/wpa_supplicant ] && /sbin/wpa_supplicant -u &
5
6 [ -x /usr/sbin/bluetoothd ] && /usr/sbin/bluetoothd &
7
8 ifconfig lo 127.0.0.1 up
9
10 [ -x /usr/sbin/sshd ] && /usr/sbin/sshd
11