File: systemd-debian

package info (click to toggle)
speech-dispatcher-contrib 0.12.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: trixie
  • size: 36,616 kB
  • sloc: ansic: 27,705; sh: 5,401; python: 1,224; makefile: 1,037; lisp: 583; cpp: 404
file content (17 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 speech-dispatcherd.service.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- a/speech-dispatcherd.service.in
+++ b/speech-dispatcherd.service.in
@@ -3,7 +3,9 @@ Description=Speech-Dispatcher, common in
 
 [Service]
 Type=forking
-ExecStart=@bindir@/speech-dispatcher -d -t 0
+User=speech-dispatcher
+PIDFile=/run/speech-dispatcher/speech-dispatcher.pid
+ExecStart=@bindir@/speech-dispatcher -d -t 0 --pid-file /run/speech-dispatcher/speech-dispatcher.pid
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]