- Use Service type "simple" in systemd unit OBS-URL: https://build.opensuse.org/request/show/93110 OBS-URL: https://build.opensuse.org/package/show/security/haveged?expand=0&rev=47
11 lines
192 B
Desktop File
11 lines
192 B
Desktop File
[Unit]
|
|
Description=Haveged Entropy Gathering Daemon
|
|
After= local-fs.target syslog.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/sbin/haveged -F 1 -w 1024 -v 1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|