repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
speechd
/
fix-paths.patch
blob
acf7e5e08f4fd63f8e36f9fc3591a836fcd4a9c0
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
9
10
[Install]
11
WantedBy=multi-user.target