/lib/systemd/system/haveged.service is in haveged 1.7c-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | [Unit]
Description=Entropy daemon using the HAVEGE algorithm
Documentation=man:haveged(8) http://www.issihosts.com/haveged/
[Service]
ExecStart=/usr/sbin/haveged --Foreground --verbose=1 --write=1024
[Install]
WantedBy=default.target
|