Created
March 5, 2015 05:41
-
-
Save captainpete/19dab1f0dd37e7d5d8db to your computer and use it in GitHub Desktop.
Infinite Noise Ubuntu Upstart Script (/etc/init/infnoise.conf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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