Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # /etc/systemd/system/rngd@.service
  2.  
  3. [Unit]
  4. Description=rngd service on %I
  5.  
  6. [Service]
  7. Type=simple
  8. ExecStartPre=/bin/stty -F /dev/%I raw -echo -parenb
  9. ExecStart=/usr/sbin/rngd -f --fill-watermark=90% --rng-device=/dev/%I
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement