Working script won't work in rc.local - Resolved

Barry Yu barryyu-cts at sbcglobal.net
Tue Feb 19 16:44:44 UTC 2008



"Mikkel L. Ellertson" <mikkel at infinity-ltd.com> wrote: Barry Yu wrote:
> 
> How can I achieve auto excute my dumon script when starting up F8?
> Now I put my script in /usr/bin/domon, and modified the re.local file  
> like  below but still cannot execute the dumon script;
> 
> #!/bin/sh
> #
> # This script will be executed *after* all the other init scripts.
> # You can put your own initialization stuff in here if you don't
> # want to do the full Sys V style init stuff.
> 
> touch /var/lock/subsys/local
> /usr/bin/dumon
>  
> 
Does the script require X? If so, rc.local is the wrong place to run 
it. You could modify the /etc/X11/prefdm to run it before loading 
the display manager is started. Now, if you want it to run when ever 
a user dos a GUI login, you could put it in /etc/X11/xinit/xinitrc.d.

Mikkel
-- 

   Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!

-- 
fedora-list mailing list
fedora-list at redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-listObviously Mikkel Ellertson, Gordon Messmer provided the correct direction with detailed methods, I put my script into /etc/X11/xinit/xinitrc.d directory and rename my script by adding .sh to script name, then it works now! Thanks for others who been helping too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20080219/75df0d52/attachment-0001.htm>


More information about the fedora-list mailing list