| Summary: | speech-dispatcher has wrong path for storing log and pid files | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Lukas Vrabec <lvrabec> |
| Component: | speech-dispatcher | Assignee: | Wim Taymans <wtaymans> |
| Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1037539, 1241446 | ||
|
Description
Lukas Vrabec
2013-12-13 14:58:31 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. |