diff options
author | June McEnroe <june@causal.agency> | 2019-11-06 23:02:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-06 23:02:24 -0500 |
commit | ae8a7025b48b1c656edba6aeed8262376b0aada2 (patch) | |
tree | 44508a5beb8ce8768eecd6ccac722f23b011ab07 /pounce.1 | |
parent | Document SASL EXTERNAL configuration in more detail (diff) | |
download | pounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.tar.gz pounce-ae8a7025b48b1c656edba6aeed8262376b0aada2.zip |
Document calico service configuration
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pounce.1 b/pounce.1 index 52bd9f0..23fca1d 100644 --- a/pounce.1 +++ b/pounce.1 @@ -298,7 +298,7 @@ daemon is started in the directory. Configuration files in that location can be loaded by setting -.Ar pounce_flags : +.Va pounce_flags : .Bd -literal -offset indent pounce_flags="example.conf" .Ed @@ -309,10 +309,10 @@ The service supports profiles for running multiple instances. Set -.Ar pounce_profiles +.Va pounce_profiles to a space-separated list of names. Flags for each profile will be set from -.Ar pounce_${profile}_flags . +.Va pounce_${profile}_flags . For example: .Bd -literal -offset indent pounce_profiles="example1 example2" |