1[Unit]
2Description=GPS (Global Positioning System) Daemon Sockets
3
4[Socket]
5ListenStream=/var/run/gpsd.sock
6ListenStream=[::1]:2947
7ListenStream=127.0.0.1:2947
8# To allow gpsd remote access, start gpsd with the -G option and
9# uncomment the next two lines:
10# ListenStream=[::1]:2947
11# ListenStream=0.0.0.0:2947
12SocketMode=0600
13
14[Install]
15WantedBy=sockets.target
16