Skip to content

Instantly share code, notes, and snippets.

@captainpete
Created March 5, 2015 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save captainpete/19dab1f0dd37e7d5d8db to your computer and use it in GitHub Desktop.
Save captainpete/19dab1f0dd37e7d5d8db to your computer and use it in GitHub Desktop.
Infinite Noise Ubuntu Upstart Script (/etc/init/infnoise.conf)
# infnoise
#
# Feed entropy pool using the Infinite Noise TRNG
description "Infinite Noise"
start on filesystem or runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
exec /usr/local/sbin/infnoise --dev-random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment