Add override for haveged to honour /etc/default/haveged

This commit is contained in:
Vladimir Vitkov 2016-08-31 12:20:19 +03:00
parent 5a97db06b1
commit 65b2735c38
1 changed files with 5 additions and 0 deletions

View File

@ -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}