Re: [PATCH 1/5] console-client: remove the pid file on clean exits
All applied, thanks! Samuel
[PATCH 1/5] console-client: remove the pid file on clean exits
Remove the pid file if the console client exits either cleanly using console_exit or because of an error during daemonization. * console-client/console.c (console_exit): Remove the pid file. (daemon_error): Likewise. --- console-client/console.c |5 + 1 file changed, 5 insertions(+) diff