Yes......
Code:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
setserial /dev/ttyS0 port 0x06f8 irq 6 autoconfigure
modprobe acerhk
echo "1" > /proc/driver/acerhk/blueled
exit 0
I did read this and it says ubuntu does not really use the rc.local file anymore....
Here 11.6 It looks as if Debian does not use rc.local to customize the boot process; what facilities are provided?
So I tried it it mentions there and still no go....here is what is in that file...maybe I syntax or directive is wrong...not too sure...
/etc/init.d/bluet
Code:
#!/bin/bash
echo "1" > /proc/driver/acerhk/blueled
when I try and run /etc/init.d/bluet start I get this:
Code:
steve@steve-laptop:~$ sudo /etc/init.d/bluet start
[sudo] password for steve:
sudo: /etc/init.d/bluet: command not found
steve@steve-laptop:~$
any other ideas?
Recent comments
1 day 16 hours ago
1 day 18 hours ago
2 days 6 hours ago
2 days 9 hours ago
2 days 13 hours ago
2 days 19 hours ago
3 days 5 hours ago
3 days 6 hours ago
3 days 15 hours ago
3 days 16 hours ago