linux - Run startupscript on Fedora 8 Core -
I am using Amazon EC2 with a Fedora 8 Core AMI I have EBS Volume / ebsmnt , And a startupscript located at /ebsmnt/startupscript.sh I currently have to log in to server, CD / EBSMNT / and run the script manually. How can I start Fedora to run this script automatically, without any contact with me? (After I / EBSMNT / I do not need to recompile Amy every time) I'm not even familiar with Nick *, so a step by step guide will be greatly appreciated.
The contents of the file /etc/rc.local are executed on startup. Note: You must add a complete path to the script.
Does the script understand "Start" and the "Pause" parameter? If so, can be added to runlevel
Comments
Post a Comment