9 lines
126 B
SYSTEMD
9 lines
126 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hardware RNG Entropy Gatherer Daemon
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/sbin/rngd -f
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|