How to restart C daemon program in Linux after receiving SIGHUP signal
- by abhelp
Hello
Can anybody please post some example code on how I can reread a configuration file and restart my daemon after the daemon receives a SIGHUP signal. The daemon is a user space program written in C on Linux and is not started by inetd.