I'm trying to change a process to run latter.
my runlevel
root@raspberrypi:/home/pi# runlevel
N 3
The rc3.d listing
root@raspberrypi:/home/pi# ls -1 /etc/rc3.d/
K01avahi-daemon
K01dhcpcd
K01ntp
README
S01bootlogs
S01hostapd
S01ifplugd
S01motd
S01rsyslog
S01triggerhappy
S02apache2
S03cron
S03dbus
S03dphys-swapfile
S03rsync
S03ssh
S03udhcpd
S04lightdm
S05plymouth
S05rc.local
S05rmnologin
I want to change the hostapd start
root@raspberrypi:/home/pi# update-rc.d hostapd defaults 2
After I run the command I get no output and process does not change.
I need to move this after the network interfaces are brought up. Because it interferes with wlan0 getting it ip address assigned.
I'm using Raspbian jessie