I would like to have the possibility to build one binary which can start several times the same daemon but perform different work.
The difference can be made with an argument at the daemon start.
Today the function 'daemon_pid_file_proc' is responsible to build a unique pid for a unique daemon instance.
What do you think about my request??
Is it better to do so in renaming the binary to as many as different works/instances??
Hi,
I would like to have the possibility to build one binary which can start several times the same daemon but perform different work.
The difference can be made with an argument at the daemon start.
Today the function 'daemon_pid_file_proc' is responsible to build a unique pid for a unique daemon instance.
What do you think about my request??
Is it better to do so in renaming the binary to as many as different works/instances??
Thank you for next answer.
Vincent.