haveged: fix systemd service path
authorSteven Noonan <steven@uplinklabs.net>
Wed, 4 Nov 2015 08:36:37 +0000 (00:36 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Nov 2015 10:51:12 +0000 (11:51 +0100)
'haveged' is installed in /usr/sbin, not /usr/bin.

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/haveged/haveged.service

index d87fe5bc97756373fdd4bd451c8352a2d047146e..91035c6711147fc65890d82e417be62b19b08ff2 100644 (file)
@@ -3,7 +3,7 @@ Description=Entropy Harvesting Daemon
 Documentation=man:haveged(8)
 
 [Service]
-ExecStart=/usr/bin/haveged -F -w 1024 -v 1
+ExecStart=/usr/sbin/haveged -F -w 1024 -v 1
 SuccessExitStatus=143
 
 [Install]