update gpsd service file
This commit is contained in:
parent
e4452bf264
commit
e4c3efdaec
10
gpsd.service
10
gpsd.service
@ -1,13 +1,11 @@
|
||||
[Unit]
|
||||
Description=GPS Service Daemon
|
||||
After=syslog.target network.target chronyd.service
|
||||
Description=GPS (Global Positioning System) Daemon
|
||||
# Needed with chrony SOCK refclock
|
||||
After=chronyd.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/var/run/gpsd.pid
|
||||
EnvironmentFile=-/etc/sysconfig/gpsd
|
||||
ExecStart=/usr/sbin/gpsd -P /var/run/gpsd.pid -F /var/run/gpsd.sock -N $OPTIONS $DEVICE
|
||||
StandardError=syslog
|
||||
ExecStart=/usr/sbin/gpsd -F /var/run/gpsd.sock -N $OPTIONS $DEVICE
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user