haveged.service 607 B

12345678910111213141516171819202122
  1. [Unit]
  2. Description=Entropy daemon using the HAVEGE algorithm
  3. Documentation=man:haveged(8) http://www.issihosts.com/haveged/
  4. DefaultDependencies=no
  5. ConditionVirtualization=!container
  6. After=apparmor.service systemd-random-seed.service systemd-tmpfiles-setup.service
  7. [Service]
  8. EnvironmentFile=/etc/default/haveged
  9. ExecStart=/usr/sbin/haveged --Foreground --verbose=1 $DAEMON_ARGS
  10. SuccessExitStatus=143
  11. SecureBits=noroot-locked
  12. NoNewPrivileges=yes
  13. CapabilityBoundingSet=CAP_SYS_ADMIN
  14. PrivateTmp=yes
  15. PrivateDevices=yes
  16. PrivateNetwork=yes
  17. ProtectSystem=full
  18. ProtectHome=yes
  19. [Install]
  20. WantedBy=multi-user.target