unbound/unbound-keygen.service
Jorik Cronenberg 8a50eab9a3 - Update to 1.21.0:
Security Fixes:
  * Fix CVE-2024-8508, unbounded name compression could lead to
    denial of service.
    [CVE-2024-8508, bsc#1231284]

- Update keyring

OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=182
2024-10-07 11:18:05 +00:00

16 lines
360 B
Desktop File

[Unit]
Description=Unbound Control Key And Certificate Generator
After=syslog.target
Before=unbound.service
ConditionPathExists=!/etc/unbound/unbound_control.key
[Service]
Type=oneshot
Group=unbound
ExecStart=/usr/sbin/unbound-control-setup -d /etc/unbound/
ExecStart=/sbin/restorecon /etc/unbound/*
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target