File: systemd-debian

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

Index: speech-dispatcher-0.11.5/speech-dispatcherd.service.in
===================================================================
--- speech-dispatcher-0.11.5.orig/speech-dispatcherd.service.in	2023-06-06 00:03:00.000000000 +0200
+++ speech-dispatcher-0.11.5/speech-dispatcherd.service.in	2024-10-18 17:07:15.525407293 +0200
@@ -18,9 +18,10 @@
 
 [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]
 WantedBy=multi-user.target
-Alias=speech-dispatcher.service