about summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/palaver/pounce-palaver.146
1 files changed, 45 insertions, 1 deletions
diff --git a/contrib/palaver/pounce-palaver.1 b/contrib/palaver/pounce-palaver.1
index d1776c3..187b8ee 100644
--- a/contrib/palaver/pounce-palaver.1
+++ b/contrib/palaver/pounce-palaver.1
@@ -1,4 +1,4 @@
-.Dd August 10, 2020
+.Dd August 11, 2020
 .Dt POUNCE-PALAVER 1
 .Os
 .
@@ -65,6 +65,50 @@ Connect to
 .Ar host .
 .El
 .
+.Ss Service Configuration
+Add the following to
+.Pa /etc/rc.conf
+to enable the
+.Nm
+daemon:
+.Bd -literal -offset indent
+pounce_palaver_enable="YES"
+.Ed
+.
+.Pp
+To use the preferences database of a user,
+add the following:
+.Bd -literal -offset indent
+pounce_palaver_user="user"
+pounce_palaver_env="HOME=/home/user"
+.Ed
+.
+.Pp
+The
+.Nm
+service supports profiles
+for running multiple instances.
+Set
+.Va pounce_palaver_profiles
+to a space-separated list of names.
+Flags for each profile
+will be set from
+.Va pounce_palaver_${profile}_flags .
+For example:
+.Bd -literal -offset indent
+pounce_palaver_profiles="example1 example2"
+pounce_palaver_example1_flags="example1.irc.example.org"
+pounce_palaver_example2_flags="example2.irc.example.org"
+.Ed
+.Pp
+The commands
+.Cm start , stop ,
+etc.\&
+will operate on the profile
+given as an additional argument,
+or on all profiles
+without an additional argument.
+.
 .Sh FILES
 .Bl -tag -width Ds
 .It Pa $XDG_DATA_DIRS/pounce-palaver/preferences.sqlite
e='2007-05-11 20:41:14 +0200'>2007-05-11Makefile: add support for building w.o. preinstalled gitLars Hjemli 2007-05-11Tag release v0.3Lars Hjemli 2007-05-11Update README with submodule build infoLars Hjemli 2007-05-11Add submodule links in tree listingLars Hjemli 2007-05-11Add submodules.sh and use it during buildsLars Hjemli 2007-05-11Added git as a submoduleLars Hjemli 2007-05-09Add support for downloading single blobsLars Hjemli 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli 2007-02-08Add support for snapshotsLars Hjemli 2007-02-05cgit v0.2Lars Hjemli 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli 2007-02-04Update cgitrc templateLars Hjemli 2007-02-04Add support for lightweight tagsLars Hjemli 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli 2007-02-04Do not die if tag has no messageLars Hjemli 2007-02-03Fix search for non-virtual urlsLars Hjemli 2007-01-28Update README with install/config informationLars Hjemli