16 lines
299 B
Desktop File
16 lines
299 B
Desktop File
[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
|
|
|