Last active
October 16, 2017 11:22
-
-
Save captainpete/b5b6f2d19abae2e88f14 to your computer and use it in GitHub Desktop.
Revisions
-
captainpete revised this gist
Mar 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ #!/sbin/openrc-run description="infnoise - Feed entropy pool using the Infinite Noise TRNG" pidfile="/var/run/infnoise.pid" -
captainpete created this gist
Mar 5, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ #!/sbin/runscript description="infnoise - Feed entropy pool using the Infinite Noise TRNG" pidfile="/var/run/infnoise.pid" command="/usr/local/sbin/infnoise" command_args="--dev-random" start_stop_daemon_args="--make-pidfile --background" depend() { before urandom provide random }