Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gps*service: Files looking for gpsdctl and gpsd in wrong place. | Gary E. Miller | 2018-06-22 | 1 | -2/+2 |
| | |||||
* | Update systemd files. | Miroslav Lichvar | 2014-08-25 | 1 | -0/+1 |
| | | | | | | | | - use $OPTIONS and include /etc/sysconfig/gpsd to make it compatible with current Fedora packaging - start gpsd after chronyd service to allow connecting to SOCK - allow enabling gpsd as a normal service not requiring socket activation | ||||
* | Bring systemd handing into a useful shape. | Bernd Zeimetz | 2014-08-17 | 1 | -0/+13 |
I'm merging the changes that were done in the gpsd packaging in Fedora and Debian. With systemd being enabled, the hotplug script is not being used anymore, instead run the gpsdctl@.service unit. /etc/default/gpsd and /etc/sysconfig/gpsd are read as EnvironmentFile to keep the shipped config useable on RedHat/Debian-like systems at least. The udev-install rule now also depends on systemd_install and systemctl_daemon_reload. With these changes, hotplugging on systemd enabled systems seems to work well on Debian and Fedora. |