Bug 1042890 - speech-dispatcher has wrong path for storing log and pid files
Summary: speech-dispatcher has wrong path for storing log and pid files
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: speech-dispatcher
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Wim Taymans
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks: 1037539 1241446
TreeView+ depends on / blocked
 
Reported: 2013-12-13 14:58 UTC by Lukas Vrabec
Modified: 2020-12-07 14:55 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-12-07 14:55:42 UTC
Target Upstream Version:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.