Signed-off-by: Andreas Pretzsch <[email protected]> --- projectroot/usr/lib/systemd/system/haveged.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projectroot/usr/lib/systemd/system/haveged.service
diff --git a/projectroot/usr/lib/systemd/system/haveged.service b/projectroot/usr/lib/systemd/system/haveged.service new file mode 100644 index 000000000..81070ca8b --- /dev/null +++ b/projectroot/usr/lib/systemd/system/haveged.service @@ -0,0 +1,11 @@ +[Unit] +Description=Entropy Daemon based on the HAVEGE algorithm +Documentation=man:haveged(8) http://www.issihosts.com/haveged/ + +[Service] +Type=simple +ExecStart=/usr/sbin/haveged -w 1024 -v 1 --Foreground +SuccessExitStatus=143 + +[Install] +WantedBy=multi-user.target -- 2.19.1 _______________________________________________ ptxdist mailing list [email protected]
