summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2016-03-22 02:50:12 +0100
committerBernd Zeimetz <bernd@bzed.de>2016-03-22 02:50:12 +0100
commit8ddaa90b6a2d914fb4fdaf6e28ac32fa9a35e15f (patch)
tree7cf8041e84bc7c370bcc8f9b3db5bb75277dd923 /www
parent48d84d1866dc310d1c5d6a87a3e078dcadb6f409 (diff)
downloadgpsd-8ddaa90b6a2d914fb4fdaf6e28ac32fa9a35e15f.tar.gz
Add some lines about systemd/bootup.
Diffstat (limited to 'www')
-rw-r--r--www/troubleshooting.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/troubleshooting.html b/www/troubleshooting.html
index ac55125f..492691f9 100644
--- a/www/troubleshooting.html
+++ b/www/troubleshooting.html
@@ -275,6 +275,19 @@ and gpsd.service, or on older releases from the system V-like script
file, <code>/etc/default/gpsd</code>. If necessary, edit the control
file as root.</p>
+<p>Please note that systemd will only start gpsd on request
+by clients connecting to the unix or tcp socket. In case you need
+gpsd to run always, you'll need to configure systemd to start it.
+One way would be to create a file called
+<code>/etc/systemd/system/gpsd.service.d/startup.conf</code> with
+the following content:
+<pre>
+[Install]
+WantedBy=multi-user.target
+</pre>
+To ask systemd to reload its config run <code>systemctl daemon-reload</code>.
+</p>
+
<p>You will likely want the gpsd-clients package as a debugging
tool. These are the clients maintained as part of the gpsd
project. Other clients may or may not use the right libgpsd or the