Commit 6411bd66 authored by Steven Noonan's avatar Steven Noonan Committed by Thomas Petazzoni
Browse files

haveged: fix systemd service path



'haveged' is installed in /usr/sbin, not /usr/bin.

Signed-off-by: default avatarSteven Noonan <steven@uplinklabs.net>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4a8478b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]