2023-07-15 17:15:38 +00:00
|
|
|
diff --git a/speech-dispatcherd.service.in b/speech-dispatcherd.service.in
|
|
|
|
index ab14b99d..12521b1b 100644
|
2020-04-24 23:36:52 +00:00
|
|
|
--- a/speech-dispatcherd.service.in
|
|
|
|
+++ b/speech-dispatcherd.service.in
|
2023-07-15 17:15:38 +00:00
|
|
|
@@ -19,7 +19,7 @@ Description=Speech-Dispatcher, common interface to speech synthesizers
|
2020-04-24 23:36:52 +00:00
|
|
|
[Service]
|
|
|
|
Type=forking
|
2023-07-15 17:15:38 +00:00
|
|
|
ExecStart=@bindir@/speech-dispatcher -d -t 0
|
2020-04-24 23:36:52 +00:00
|
|
|
-ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
+ExecReload=@utillinux@/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|