about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-08 15:48:17 -0400
committerJune McEnroe <june@causal.agency>2023-10-08 15:48:17 -0400
commita3c70e3b35a86068b6bb0f05f2f587838ffb81f5 (patch)
treee99d3796b54cd91a682318bdadff794acdf5c33a
parentClean things up somewhat (diff)
downloadkitd-a3c70e3b35a86068b6bb0f05f2f587838ffb81f5.tar.gz
kitd-a3c70e3b35a86068b6bb0f05f2f587838ffb81f5.zip
Add pounce example to manual
Not quite good for actually running pounce due to rcctl reload
sending HUP though, hm.
-rw-r--r--kitd.814
1 files changed, 14 insertions, 0 deletions
diff --git a/kitd.8 b/kitd.8
index f0c2672..ccb6cb1 100644
--- a/kitd.8
+++ b/kitd.8
@@ -72,5 +72,19 @@ The signal is forwarded to
 the child process.
 .El
 .
+.Sh EXAMPLES
+To set up supervisors for
+.Xr pounce 1 :
+.Bd -literal
+# ln -s kitd /etc/rc.d/pounce_tilde
+# ln -s kitd /etc/rc.d/pounce_libera
+# rcctl enable pounce_tilde pounce_libera
+# rcctl set pounce_tilde user _pounce
+# rcctl set pounce_tilde flags pounce -h irc.tilde.chat defaults.conf
+# rcctl set pounce_libera user _pounce
+# rcctl set pounce_libera flags pounce -h irc.libera.chat defaults.conf
+# rcctl start pounce_tilde pounce_libera
+.Ed
+.
 .Sh AUTHORS
 .An June McEnroe Aq Mt june@causal.agency