diff options
author | June McEnroe <june@causal.agency> | 2023-10-08 15:48:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-08 15:48:17 -0400 |
commit | a3c70e3b35a86068b6bb0f05f2f587838ffb81f5 (patch) | |
tree | e99d3796b54cd91a682318bdadff794acdf5c33a /kitd.8 | |
parent | Clean things up somewhat (diff) | |
download | kitd-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.
Diffstat (limited to 'kitd.8')
-rw-r--r-- | kitd.8 | 14 |
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 |