Henning Rogge <[email protected]> wrote: >Maybe a parameter to tell babeld "don't stop with SIGHUP" ? So a >startup script can prevent the restart from happening?
I think you can do that with start-stop-daemon. Whatever happens, don't change when kill does what. Between some processes providing info with SIGUSR1 and SIGUSR2 and others just dieing when passed any kill signal, kill is confusing enough - no need to confuse it more. I don't believe SIGHUP should kill a process either. I think it should have the effect of 'rebooting' it (reread the configs, confirm connections, etc) but not die. > >Henning Rogge > >On Sun, Sep 22, 2013 at 8:26 PM, Juliusz Chroboczek ><[email protected]> wrote: >>> What about quitting on SIGHUP only if babeld is run on non-daemon >mode? >> >> I'd find that confusing. Other opinions? >> >> -- Juliusz >> >> _______________________________________________ >> Babel-users mailing list >> [email protected] >> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

