I am writing a daemon with more than one process. once the first process is complete then it stops and needs mannual interrupt SIGINT(CTRL + C). After this next script is run.
Process 1 ended successfully.
How can add a SIGINT to proceed it further automatically ?
The question may be trivial but could only find how can we trap a given signal in a script, but how do we add one after completion of a task ?