1diff --git a/speech-dispatcher.service.in b/speech-dispatcher.service.in
2index 6280f2d9..edf6024c 100644
3--- a/speech-dispatcher.service.in
4+++ b/speech-dispatcher.service.in
5@@ -20,4 +20,4 @@ Requires=speech-dispatcher.socket
6 [Service]
7 Type=simple
8 ExecStart=@bindir@/speech-dispatcher -s -t 0
9-ExecReload=/bin/kill -HUP $MAINPID
10+ExecReload=@utillinux@/bin/kill -HUP $MAINPID
11diff --git a/speech-dispatcherd.service.in b/speech-dispatcherd.service.in
12index ab14b99d..12521b1b 100644
13--- a/speech-dispatcherd.service.in
14+++ b/speech-dispatcherd.service.in
15@@ -19,7 +19,7 @@ Description=Speech-Dispatcher, common interface to speech synthesizers
16 [Service]
17 Type=forking
18 ExecStart=@bindir@/speech-dispatcher -d -t 0
19-ExecReload=/bin/kill -HUP $MAINPID
20+ExecReload=@utillinux@/bin/kill -HUP $MAINPID
21
22 [Install]
23 WantedBy=multi-user.target