8063c7f0be
- Remove PrivateTmp=true here, haveged does not create temporary files, either directly or indirectly. OBS-URL: https://build.opensuse.org/request/show/174574 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=80
11 lines
211 B
Desktop File
11 lines
211 B
Desktop File
[Unit]
|
|
Description=Haveged Entropy Gathering Daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F
|
|
CapabilityBoundingSet=CAP_SYS_ADMIN
|
|
PrivateNetwork=yes
|
|
[Install]
|
|
WantedBy=multi-user.target
|