From: sudo geany /lib/systemd/system/gpsd.service

[Unit]
Description=GPS (Global Positioning System) Daemon
Requires=gpsd.socket
# Needed with chrony SOCK refclock
After=chronyd.service

[Service]
Type=forking
EnvironmentFile=-/etc/default/gpsd
ExecStart=/usr/sbin/gpsd $GPSD_OPTIONS $DEVICES

[Install]
WantedBy=multi-user.target
Also=gpsd.socket

When running sudo geany /etc/gpsd, it appears that there is no existing file and geany attempts to create a new blank file. When looking in the /etc directory, there is no reference to gpsd.

Read More...