PKGBUILDs/extra/haveged/haveged.service

14 lines
240 B
SYSTEMD
Raw Normal View History

2018-05-29 02:14:06 +00:00
[Unit]
Description=Entropy Harvesting Daemon
Documentation=man:haveged(8)
[Service]
ExecStart=/usr/bin/haveged -F -w 1024 -v 1
SuccessExitStatus=143
ProtectSystem=full
ProtectHome=on
PrivateNetwork=on
[Install]
WantedBy=multi-user.target