47ec6e5b44
- Migrate from cron to systemd timers (bsc#1115417) OBS-URL: https://build.opensuse.org/request/show/657300 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=94
10 lines
273 B
Desktop File
10 lines
273 B
Desktop File
[Unit]
|
|
Description=update of the root trust anchor for DNSSEC validation in unbound
|
|
Documentation=man:unbound-anchor(8)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=unbound
|
|
ExecStart=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
|
|
SuccessExitStatus=1
|