diff options
author | June McEnroe <june@causal.agency> | 2020-08-27 17:23:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-27 17:23:59 -0400 |
commit | 7b15b724f982d7cc9f9bd05706f83fbf1892382a (patch) | |
tree | 9481f91531aa0ea8c9327128853744040ede59d8 /contrib/palaver/pounce-palaver.1 | |
parent | contrib/palaver: Fix database search and creation (diff) | |
download | pounce-7b15b724f982d7cc9f9bd05706f83fbf1892382a.tar.gz pounce-7b15b724f982d7cc9f9bd05706f83fbf1892382a.zip |
contrib/palaver: Remove rc script
Diffstat (limited to '')
-rw-r--r-- | contrib/palaver/pounce-palaver.1 | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/contrib/palaver/pounce-palaver.1 b/contrib/palaver/pounce-palaver.1 index 4f0b870..c97f530 100644 --- a/contrib/palaver/pounce-palaver.1 +++ b/contrib/palaver/pounce-palaver.1 @@ -1,4 +1,4 @@ -.Dd August 16, 2020 +.Dd August 27, 2020 .Dt POUNCE-PALAVER 1 .Os . @@ -71,50 +71,6 @@ 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 |