summary refs log tree commit diff
path: root/pkgs/development/libraries/speechd/fix-paths.patch
blob: acf7e5e08f4fd63f8e36f9fc3591a836fcd4a9c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/speech-dispatcherd.service.in
+++ b/speech-dispatcherd.service.in
@@ -19,7 +19,7 @@
 [Service]
 Type=forking
 ExecStart=@bindir@/speech-dispatcher -d
-ExecReload=/bin/kill -HUP $MAINPID
+ExecReload=@utillinux@/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target