audiobookshelf: 2.18.1 -> 2.19.0 (#378967)
[NixPkgs.git] / pkgs / by-name / sp / speechd / fix-paths.patch
blob7509c1842ba8792a65fa484cc8a25488fc125b65
1 diff --git a/speech-dispatcherd.service.in b/speech-dispatcherd.service.in
2 index ab14b99d..12521b1b 100644
3 --- a/speech-dispatcherd.service.in
4 +++ b/speech-dispatcherd.service.in
5 @@ -19,7 +19,7 @@ Description=Speech-Dispatcher, common interface to speech synthesizers
6 [Service]
7 Type=forking
8 ExecStart=@bindir@/speech-dispatcher -d -t 0
9 -ExecReload=/bin/kill -HUP $MAINPID
10 +ExecReload=@utillinux@/bin/kill -HUP $MAINPID
12 [Install]
13 WantedBy=multi-user.target