about summary refs log tree commit diff
path: root/pounce.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-27 17:43:55 -0400
committerJune McEnroe <june@causal.agency>2020-08-27 17:43:55 -0400
commitfb8a33c0130e6381ce69402607e5c240f97b471b (patch)
tree99534193c5bcf73a6c0c78d301063fbfc611fee3 /pounce.1
parentcontrib/palaver: Fix documented database path (diff)
downloadpounce-fb8a33c0130e6381ce69402607e5c240f97b471b.tar.gz
pounce-fb8a33c0130e6381ce69402607e5c240f97b471b.zip
Remove rc scripts
Diffstat (limited to 'pounce.1')
-rw-r--r--pounce.151
1 files changed, 1 insertions, 50 deletions
diff --git a/pounce.1 b/pounce.1
index 419400b..f0ba78b 100644
--- a/pounce.1
+++ b/pounce.1
@@ -1,4 +1,4 @@
-.Dd August 25, 2020
+.Dd August 27, 2020
 .Dt POUNCE 1
 .Os
 .
@@ -540,55 +540,6 @@ sasl-external
 .Ed
 .El
 .
-.Ss Service Configuration
-On
-.Fx ,
-add the following to
-.Pa /etc/rc.conf
-to enable the
-.Nm
-daemon:
-.Bd -literal -offset indent
-pounce_enable="YES"
-pounce_user="user"
-pounce_env="HOME=/home/user"
-.Ed
-.
-.Pp
-The
-.Nm
-service supports profiles
-for running multiple instances.
-Set
-.Va pounce_profiles
-to a space-separated list of names.
-Flags for each profile will be set from
-.Va pounce_${profile}_flags .
-For example:
-.Bd -literal -offset indent
-pounce_profiles="example1 example2"
-pounce_example1_flags="example1.conf"
-pounce_example2_flags="example2.conf"
-.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.
-.
-.Pp
-The
-.Cm reload
-command will cause the
-.Nm
-daemon to reload certificate files.
-To reload other configuration,
-use the
-.Cm restart
-command.
-.
 .Sh ENVIRONMENT
 .Bl -tag -width Ds
 .It Ev USER