- Put the haveged binary back in /usr/sbin not in /sbin OBS-URL: https://build.opensuse.org/request/show/98462 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=56
11 lines
195 B
Desktop File
11 lines
195 B
Desktop File
[Unit]
|
|
Description=Haveged Entropy Gathering Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/haveged -F 1 -w 1024 -v 0
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|