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