mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
f9e9c6349a
* Switch to new site and add license file hash * Add new libsysfs dependency for rng available check * Remove patch adding special return code when no RNG module is available. This has been replaced by using the jitter library to always have a source (new jitterentropy dependency) * Change to a autotools build and add patch to allow README file to not be found during autoreconfig Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Tested-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
181 B
Desktop File
10 lines
181 B
Desktop File
[Unit]
|
|
Description=Hardware RNG Entropy Gatherer Daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/rngd -f $DAEMON_ARGS
|
|
EnvironmentFile=-/etc/default/rngd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|