Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i write one program,which can dynamiclly be configure by user,using signal SIGHUP.
if i start the program in console,it can works well.i.e,i send HUP signal to the process,it can be catched and load the configure file.
but,if the program is started from init shell script,in this way,the ppid of the program is 1,the process can not catch the HUP signal but other signal ,such as USR1,can be catched.
i don't know if i express clearly.i am not family with shell script.i don't know if it dues to starting from shell script.
i write one program,which can dynamiclly be configure by user,using signal SIGHUP.
if i start the program in console,it can works well.i.e,i send HUP signal to the process,it can be catched and load the configure file.
but,if the program is started from init shell script,in this way,the ppid of the program is 1,the process can not catch the HUP signal but other signal ,such as USR1,can be catched.
i don't know if i express clearly.i am not family with shell script.i don't know if it dues to starting from shell script.
can anyone help me?
Well, since you're not posting any of your program, shell-script, or giving us any details (like version/distro of Linux, etc.), it's doubtful. You don't even say what you've written this program IN, or what it does.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.