Bug 1042890

Summary: speech-dispatcher has wrong path for storing log and pid files
Product: Red Hat Enterprise Linux 7 Reporter: Lukas Vrabec <lvrabec>
Component: speech-dispatcherAssignee: Wim Taymans <wtaymans>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mclasen, wtaymans
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-12-07 14:55:42 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:
Bug Depends On:    
Bug Blocks: 1037539, 1241446    

Description Lukas Vrabec 2013-12-13 14:58:31 UTC
Description of problem:
Package using wrong path for storing log and pid files.

Version-Release number of selected component (if applicable):
speech-dispatcher-0.7.1-13.el7.x86_64

Actual results:
log files and pid files stored in /root/.speech-dispatcher/

Expected results:
log and pid files stored in /var/log/ and /var/run/

Comment 2 Rui Matos 2014-01-06 17:22:52 UTC
Running speech-dispatcher as a system service doesn't make sense since we ship it configured (in /etc/speech-dispatcher/speechd.conf) to auto-spawn a user instance whenever the client side library needs it.

It might make sense to run it as a service in case of distributed deployments where the daemon runs in one host and clients access it over a TCP connection but that will only work if users/sysadmins configure it specifically for that.

As I see it, we should just stop shipping the systemd .service file (it's a Fedora modification, not upstream).

If we really want to support the system service use case we need to ship a different config file for it and point the daemon at it with a command line argument.