- Update to version 1.3.0a, PPC fixes. - Cleanup systemd unit and drop capabiltities there. OBS-URL: https://build.opensuse.org/request/show/96691 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=54
11 lines
191 B
Desktop File
11 lines
191 B
Desktop File
[Unit]
|
|
Description=Haveged Entropy Gathering Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/sbin/haveged -F 1 -w 1024 -v 0
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|