Bug 1066421

Summary: PRESET: gpsd.service shouldn't be enabled by default
Product: [Fedora] Fedora Reporter: Miroslav Lichvar <mlichvar>
Component: systemdAssignee: systemd-maint
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: johannbg, lnykryn, msekleta, plautrba, systemd-maint, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-05 06:09:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Miroslav Lichvar 2014-02-18 11:19:12 UTC
Description of problem:
The latest gpsd package includes gpsd.socket, so that the gpsd service can be enabled only if needed. Please consider changing the preset file included in the systemd package to enable only gpsd.socket by default:

--- a/90-default.preset
+++ b/90-default.preset
@@ -73,7 +73,7 @@

 # Hardware
 enable gpm.*
-enable gpsd.*
+enable gpsd.socket
 enable irqbalance.service
 enable lm_sensors.service
 enable mcelog.*

Comment 1 Zbigniew Jędrzejewski-Szmek 2014-02-18 13:17:38 UTC
Done for rawhide, will go out in the next update. I'm assuming that you don't want this for f20/f19.

Comment 2 Miroslav Lichvar 2014-02-18 13:25:09 UTC
Yes, only rawhide. There is an f20 gpsd update planned, but I think calling "systemctl preset" on package upgrade to actually disable the gpsd service would not be a good idea.

Thanks.