summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-08 13:05:14 -0800
committerGary E. Miller <gem@rellim.com>2019-03-08 13:05:14 -0800
commit1549d11da82a7f4ad6622414807466f5a8a008d6 (patch)
tree5ea6ee9da680b699c35a8797e52778c691c199c7 /www
parent50757716cb3ce978a8c9c7655a370ba38f61e2ff (diff)
downloadgpsd-1549d11da82a7f4ad6622414807466f5a8a008d6.tar.gz
timeservice=yes: Fix the doc matches the code.
The doc said timeservice=yes forced gpsd option -n, which it did not. That option also force building of ntpshmmon, cgps and gpsmon, even if disabled by gpsdclients=no. So it essentually did nothing when used per the clockmaker script.
Diffstat (limited to 'www')
-rw-r--r--www/gpsd-time-service-howto.adoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/gpsd-time-service-howto.adoc b/www/gpsd-time-service-howto.adoc
index d0bb61ef..325a545b 100644
--- a/www/gpsd-time-service-howto.adoc
+++ b/www/gpsd-time-service-howto.adoc
@@ -302,9 +302,11 @@ is mostly autoconfiguring and requires no special setup.
You can build a version stripped to the mimimum configuration required
for time service. This reduces the size of the binary and may be
helpful on embedded systems or for SBCs like the Raspberry Pi, Odroid,
-or BeagleBone. Also, when gpsd is built in this way, the -n (nowait)
-option is forced; gpsd opens its command-line devices immediately on
-startup.
+or BeagleBone. Only do this if you have serious size contraints. When
+gpsd is built in this way, the -n (nowait) option is forced: gpsd opens
+its command-line devices immediately on startup. The timerservice=yes
+option also forces the building of ntpshmmon, cgps and gpsmon. Those
+program would be built by default anyway, unless gpsdclients=n0.
Do it like this: