aboutsummaryrefslogtreecommitdiffstats
path: root/doc/spec.txt
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2022-06-27 12:11:34 -0700
committerbnewbold <bnewbold@robocracy.org>2022-06-27 12:11:34 -0700
commit0c4ea3e7bb37b6ff14a2973deceda79b9f255cf5 (patch)
tree7be116ada48ad088026c9a8c2689bd4e46fc1eb3 /doc/spec.txt
parentced921dce565fb6289d768101bbb869dbae35b2b (diff)
downloadeinhyrningsins-0c4ea3e7bb37b6ff14a2973deceda79b9f255cf5.tar.gz
einhyrningsins-0c4ea3e7bb37b6ff14a2973deceda79b9f255cf5.zip
adding old notes filesHEADmaster
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