diff --git a/unbound.service b/unbound.service index a357296..510150d 100644 --- a/unbound.service +++ b/unbound.service @@ -1,6 +1,6 @@ [Unit] Description=Unbound recursive Domain Name Server -After=syslog.target network.target +After=network.target After=unbound-keygen.service Wants=unbound-keygen.service After=unbound-anchor.service diff --git a/unbound.spec b/unbound.spec index be1859c..6936ff1 100644 --- a/unbound.spec +++ b/unbound.spec @@ -432,6 +432,7 @@ popd %changelog * Mon Jul 20 2015 Tomas Hozza - 1.5.4-3 - Added ExecReload section to unbound.service (#1195785) +- Removed After syslog.target since it is not needed any more * Thu Jul 16 2015 Tomas Hozza - 1.5.4-2 - Start unbound-anchor.timer only on new installations