diff --git a/systemd/gpsd.service b/systemd/gpsd.service index ad4be793..2707ff90 100644 --- a/systemd/gpsd.service +++ b/systemd/gpsd.service @@ -5,9 +5,10 @@ Requires=gpsd.socket After=chronyd.service [Service] +Type=forking EnvironmentFile=-/etc/default/gpsd EnvironmentFile=-/etc/sysconfig/gpsd -ExecStart=/usr/sbin/gpsd -N $GPSD_OPTIONS $OPTIONS $DEVICES +ExecStart=/usr/sbin/gpsd $GPSD_OPTIONS $OPTIONS $DEVICES [Install] WantedBy=multi-user.target