Add override for haveged to honour /etc/default/haveged
This commit is contained in:
parent
5a97db06b1
commit
65b2735c38
|
@ -0,0 +1,5 @@
|
|||
# systemd crap is hardcoded and does not respect envs
|
||||
[Service]
|
||||
EnvironmentFile=/etc/default/haveged
|
||||
ExecStart=
|
||||
ExecStart=/usr/sbin/haveged --Foreground --verbose=1 ${DAEMON_ARGS}
|
Loading…
Reference in New Issue