6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
|
# systemd crap is hardcoded and does not respect envs
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/default/haveged
|
||
|
ExecStart=
|
||
|
ExecStart=/usr/sbin/haveged --Foreground --verbose=1 ${DAEMON_ARGS}
|