Marcus Meissner
4cb6e18af6
- Tight up systemd service file, this daemon does not need network and can use PrivateNetwork=yes OBS-URL: https://build.opensuse.org/request/show/135723 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=63
12 lines
226 B
Desktop File
12 lines
226 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
|
|
PrivateTmp=yes
|
|
[Install]
|
|
WantedBy=multi-user.target
|