aboutsummaryrefslogtreecommitdiffstats
path: root/doc/spec.txt
blob: e8662fdbf8bca184ce223a49acc01f3f34fd51d8 (plain)
1
2
3
4
5
6
7

Signals to daemon itself:
    USR2, INT -> graceful shutdown all offspring and exit
    TERM, QUIT -> terminate all offspring and exit (this is a bit faster)
    HUP -> upgrade all offspring

NB: QUIT and ALRM are different from einhorn