diff --git a/supporting-materials/systemd-units-overrides/etc/systemd/system/haveged.service.d/01-honour-default.conf b/supporting-materials/systemd-units-overrides/etc/systemd/system/haveged.service.d/01-honour-default.conf new file mode 100644 index 0000000..743f176 --- /dev/null +++ b/supporting-materials/systemd-units-overrides/etc/systemd/system/haveged.service.d/01-honour-default.conf @@ -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}