2a169a866b
- change the period for unbound-anchor from monthly to daily (#1180267) - Thanks to Tomasz Torcz <ttorcz@fedoraproject.org> for the initial patch Signed-off-by: Tomas Hozza <thozza@redhat.com>
19 lines
446 B
Desktop File
19 lines
446 B
Desktop File
[Unit]
|
|
Description=Unbound recursive Domain Name Server
|
|
After=syslog.target network.target
|
|
After=unbound-keygen.service
|
|
Wants=unbound-keygen.service
|
|
After=unbound-anchor.service
|
|
Wants=unbound-anchor.service
|
|
Before=nss-lookup.target
|
|
Wants=nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/unbound
|
|
ExecStartPre=/usr/sbin/unbound-checkconf
|
|
ExecStart=/usr/sbin/unbound -d $UNBOUND_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|