systemd unit not honors /etc/default/rng-tools
Bug #1887359 reported by
GGrandes
on 2020-07-13
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| rng-tools (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
systemd unit service has hardcoded value for rng-device (/dev/hwrng), and dont use HRNGDEVICE or RNGDOPTIONS defined in /etc/default/
I propose:
------ /lib/systemd/
- ExecStart=
+ # Read configuration variable file if it is present
+ EnvironmentFile
+ ExecStart=
------
* Checked on ubuntu 20.04 (focal)
Richard Huddleston (rhuddusa) wrote : | #2 |
agreed, this is a problem
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.