summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Van Assche <me@dylanvanassche.be>2023-01-07 20:31:49 +0100
committerDylan Van Assche <dylan.vanassche@ugent.be>2023-01-20 16:24:56 +0100
commite8c3c25b8ef2b70d86d31de6aec3d485024bc7e5 (patch)
treedd74434f05d45e5f2fda06f5fcc6ed28f3495b13
parent8067819c182070b6b2f880c8a4b91bc3eac5e7f4 (diff)
downloadgeoclue-e8c3c25b8ef2b70d86d31de6aec3d485024bc7e5.tar.gz
data: geoclue.5.in: adjust man page
Mention conf.d overwrites in man page
-rw-r--r--data/geoclue.5.in16
1 files changed, 13 insertions, 3 deletions
diff --git a/data/geoclue.5.in b/data/geoclue.5.in
index cc7a099..52bda94 100644
--- a/data/geoclue.5.in
+++ b/data/geoclue.5.in
@@ -4,17 +4,27 @@ geoclue.conf
\-
geoclue configuration parameters
.SH SYNOPSIS
-.B @sysconfdir@/geoclue/geoclue.conf
+Main configuration file: @sysconfdir@/geoclue/geoclue.conf
+.br
+Overwriting parameters files: @sysconfdir@/geoclue/conf.d
.SH DESCRIPTION
.ad
.fi
-The geoclue geoclue.conf configuration file specifies parameters that
-control the operation of geoclue.
+The main GeoClue configuration file 'geoclue.conf' specifies parameters
+that control the operation of geoclue. Parameters can be overwritten by
+placing configuration files in conf.d directory and applied in alphabetic
+order. Thus, a configuration file '90-config.conf' will overwrite parameters
+specified in another configuration file '50-config.conf' in the conf.d
+directory.
.PP
All configurations settings below are mandatory and the defaults are
what you see before you edit them in geoclue.conf. If you want to keep the default
values around, copy and comment out the appropriate line(s) before
changing them.
+.PP
+Missing 'enable' key for a particular source in the main configuration file
+causes that source to be enabled by default. Adding 'enable' key setting
+to any further config file can overwrite this default.
.SH AGENT CONFIGURATION OPTIONS
.B \fI[agent]
is used to begin the agent configuration.