blob: b1a78527be21bb81b6a347b3fed0f49a3e19be5a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001[Unit]
2Description=Hardware RNG Entropy Gatherer Daemon
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003DefaultDependencies=no
4After=systemd-udev-settle.service
5Before=sysinit.target
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006
7[Service]
Brad Bishop15ae2502019-06-18 21:44:24 -04008EnvironmentFile=-@SYSCONFDIR@/default/rng-tools
9ExecStart=@SBINDIR@/rngd -f $EXTRA_ARGS
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
11[Install]
12WantedBy=multi-user.target