Hello,
I want to start a server at the linux system boot up (UBUNTU 7.04 )
I have used start-stop-daemon command in my shell script for that.
I have written my shell script path in /etc/rc.local file.
its working.
but I want to add the parameters of my program like port no of my application.
but I dont know how to pass the parameters to the application when using it with start-stop-daemon command.
I want to start a server at the linux system boot up (UBUNTU 7.04 )
I have used start-stop-daemon command in my shell script for that.
I have written my shell script path in /etc/rc.local file.
its working.
but I want to add the parameters of my program like port no of my application.
but I dont know how to pass the parameters to the application when using it with start-stop-daemon command.
Comment