My Startup Scripts won't work
- From: n3mo <n3mo.wolf@xxxxxxxxx>
- Date: Sun, 13 Sep 2009 16:13:42 +0300
Hi guys!
I have small script for my keyboard layouts that I place in /etc/init.d/ and
add chmod +x , the script is linked in /etc/rc.4/ and /etc/rc.5/ but it
won't start at boot. Why? Here it is :
#!/bin/sh
### BEGIN INIT INFO
# Bulgarian Phonetic Layout.
### END INIT INFO
setxkbmap -layout 'us,bg(bp)' -option grp:alt_shift_toggle
echo Klayouts Done.
exit 0
Plaese help me... I was headbanging all day over this issue.
p.s. Sorry about my bad Englis.
Best wishes,
Ned
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: My Startup Scripts won't work
- From: Tom H
- Re: My Startup Scripts won't work
- Prev by Date: Re: Facebook is bad
- Next by Date: Re: Processor Use
- Previous by thread: encrypt /boot for lvm?
- Next by thread: Re: My Startup Scripts won't work
- Index(es):
Relevant Pages
|