blob: c061addd42712dbde1fab42e7b67395cb7b85df9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Entropy Daemon based on the HAVEGE algorithm
[Service]
Type=forking
PIDFile=/run/haveged.pid
ExecStart=@SBIN_DIR@/haveged -w 1024 -v 1
[Install]
WantedBy=multi-user.target
|