mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
gpsd.service.d/aminda-additions.conf: remove /dev/gps0, it fits the EnvironmentFile better
This commit is contained in:
parent
7deb9c3e01
commit
f9882b31b9
@ -9,7 +9,8 @@ ExecStartPre=-/usr/sbin/modprobe pps_ldisc
|
||||
# Empty ExecStart= before the actual ExecStart= removes the original
|
||||
# ExecStart= line
|
||||
ExecStart=
|
||||
ExecStart=/usr/sbin/gpsd /dev/gps0 --readonly --nowait --foreground $AMINDAGPSD
|
||||
# Maybe specify the GPS device in /etc/gpsd.aminda.conf instead?
|
||||
ExecStart=/usr/sbin/gpsd --readonly --nowait --foreground $AMINDAGPSD
|
||||
# Missing from the original unit, will reconnect all GPS says man gpsd
|
||||
ExecReload=/usr/bin/killall -HUP gpsd
|
||||
# Avoiding systemd considering the unit as failed.
|
||||
|
Loading…
Reference in New Issue
Block a user