diff --git a/dhcpd.service b/dhcpd.service index 2fb48d6..85c5b75 100644 --- a/dhcpd.service +++ b/dhcpd.service @@ -1,6 +1,6 @@ [Unit] Description=DHCPv4 Server Daemon -After=syslog.target network.target +After=network.target [Service] EnvironmentFile=/etc/sysconfig/dhcpd diff --git a/dhcpd6.service b/dhcpd6.service index ba44783..741e963 100644 --- a/dhcpd6.service +++ b/dhcpd6.service @@ -1,6 +1,6 @@ [Unit] Description=DHCPv6 Server Daemon -After=syslog.target network.target +After=network.target [Service] EnvironmentFile=/etc/sysconfig/dhcpd6 diff --git a/dhcrelay.service b/dhcrelay.service index 7992a26..939eafb 100644 --- a/dhcrelay.service +++ b/dhcrelay.service @@ -1,6 +1,6 @@ [Unit] Description=DHCP Relay Agent Daemon -After=syslog.target network.target +After=network.target [Service] EnvironmentFile=/etc/sysconfig/dhcrelay