slonik@slonik-Lenovo-B570e:~$ sudo touch /etc/init.d/slo_nik
[sudo] password for slonik:
slonik@slonik-Lenovo-B570e:~$ sudo chmod +x /etc/init.d/slo_nik
slonik@slonik-Lenovo-B570e:~$ sudo chmod +x /etc/init.d/slo_nik
slonik@slonik-Lenovo-B570e:~$ sudo geany /etc/init.d/slonik
slonik@slonik-Lenovo-B570e:~$ sudo geany /etc/init.d/slo_nik
slonik@slonik-Lenovo-B570e:~$ sudo update-rc.d slo_nik defaults 99
update-rc.d: warning: /etc/init.d/slo_nik missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Adding system startup for /etc/init.d/slo_nik ...
/etc/rc0.d/K99slo_nik -> ../init.d/slo_nik
/etc/rc1.d/K99slo_nik -> ../init.d/slo_nik
/etc/rc6.d/K99slo_nik -> ../init.d/slo_nik
/etc/rc2.d/S99slo_nik -> ../init.d/slo_nik
/etc/rc3.d/S99slo_nik -> ../init.d/slo_nik
/etc/rc4.d/S99slo_nik -> ../init.d/slo_nik
/etc/rc5.d/S99slo_nik -> ../init.d/slo_nik
slonik@slonik-Lenovo-B570e:~$ sudo /etc/init.d/slo_nik start
lo no wireless extensions.
wlan0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=15 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
eth0 no wireless extensions.
lo Interface doesn't support scanning.
wlan0 Interface doesn't support scanning : Device or resource busy
eth0 Interface doesn't support scanning.
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service isc-dhcp-server stop
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the stop(

utility, e.g. stop isc-dhcp-server
isc-dhcp-server stop/waiting
Rather than invoking init scripts through /etc/init.d, use the service(

utility, e.g. service isc-dhcp-server start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(

utility, e.g. start isc-dhcp-server
isc-dhcp-server start/running, process 12921
[ 12.526312] type=1400 audit(1339020930.972:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=504 comm="apparmor_parser"
[ 13.950185] type=1400 audit(1339020932.396:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=967 comm="apparmor_parser"
[ 14.578858] init: isc-dhcp-server main process (1079) terminated with status 1
[ 14.578880] init: isc-dhcp-server main process ended, respawning
[ 14.684111] init: isc-dhcp-server main process (1207) terminated with status 1
[ 14.684144] init: isc-dhcp-server main process ended, respawning
[ 14.829747] init: isc-dhcp-server main process (1309) terminated with status 1
[ 14.829770] init: isc-dhcp-server main process ended, respawning
[ 14.908587] init: isc-dhcp-server main process (1328) terminated with status 1
[ 14.908611] init: isc-dhcp-server main process ended, respawning
[ 14.986902] init: isc-dhcp-server main process (1340) terminated with status 1
[ 14.986928] init: isc-dhcp-server main process ended, respawning
[ 15.054549] init: isc-dhcp-server main process (1348) terminated with status 1
[ 15.054576] init: isc-dhcp-server main process ended, respawning
[ 15.121442] init: isc-dhcp-server main process (1364) terminated with status 1
[ 15.121475] init: isc-dhcp-server main process ended, respawning
[ 15.203509] init: isc-dhcp-server main process (1450) terminated with status 1
[ 15.203534] init: isc-dhcp-server main process ended, respawning
[ 15.291794] init: isc-dhcp-server main process (1472) terminated with status 1
[ 15.291830] init: isc-dhcp-server main process ended, respawning
[ 15.358932] init: isc-dhcp-server main process (1486) terminated with status 1
[ 15.358965] init: isc-dhcp-server main process ended, respawning
[ 15.554109] init: isc-dhcp-server main process (1524) terminated with status 1
[ 15.554142] init: isc-dhcp-server respawning too fast, stopped
[ 2677.889480] init: isc-dhcp-server main process (3414) killed by TERM signal
slonik@slonik-Lenovo-B570e:~$