summaryrefslogtreecommitdiff
path: root/systemd/gpsdctl@.service
Commit message (Collapse)AuthorAgeFilesLines
* gps*service: Files looking for gpsdctl and gpsd in wrong place.Gary E. Miller2018-06-221-2/+2
|
* Update systemd files.Miroslav Lichvar2014-08-251-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 Zeimetz2014-08-171-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.