python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / speechd / fix-paths.patch
blobacf7e5e08f4fd63f8e36f9fc3591a836fcd4a9c0
1 --- a/speech-dispatcherd.service.in
2 +++ b/speech-dispatcherd.service.in
3 @@ -19,7 +19,7 @@
4 [Service]
5 Type=forking
6 ExecStart=@bindir@/speech-dispatcher -d
7 -ExecReload=/bin/kill -HUP $MAINPID
8 +ExecReload=@utillinux@/bin/kill -HUP $MAINPID
10 [Install]
11 WantedBy=multi-user.target