haveged: fix systemd service path
'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>
This commit is contained in:
parent
4a8478b728
commit
6411bd66d9
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user