aboutsummaryrefslogtreecommitdiffstats
path: root/doc/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/spec.txt')
-rw-r--r--doc/spec.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/spec.txt b/doc/spec.txt
new file mode 100644
index 0000000..e8662fd
--- /dev/null
+++ b/doc/spec.txt
@@ -0,0 +1,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