diff --git a/SOURCES/rsyncd.service b/SOURCES/rsyncd.service
index 3ffecce..d2d6362 100644
--- a/SOURCES/rsyncd.service
+++ b/SOURCES/rsyncd.service
@@ -1,6 +1,8 @@
 [Unit]
 Description=fast remote file copy program daemon
 ConditionPathExists=/etc/rsyncd.conf
+Wants=network-online.target
+After=network-online.target
 
 [Service]
 EnvironmentFile=/etc/sysconfig/rsyncd
diff --git a/SPECS/rsync.spec b/SPECS/rsync.spec
index 1854189..e63923f 100644
--- a/SPECS/rsync.spec
+++ b/SPECS/rsync.spec
@@ -9,7 +9,7 @@
 Summary: A program for synchronizing files over a network
 Name: rsync
 Version: 3.1.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group: Applications/Internet
 URL: http://rsync.samba.org/
 
@@ -121,6 +121,9 @@ chmod -x support/*
 %systemd_postun_with_restart rsyncd.service
 
 %changelog
+* Mon Aug 24 2020 Michal Ruprich <michalruprich@gmail.com> - 3.1.3-9
+- Resolves: #1667436 - rsyncd.service fails to start at boot if address is configured
+
 * Wed Jun 10 2020 Michal Ruprich <michalruprich@gmail.com> - 3.1.3-8
 - Resolves: #1775561 - rsync 3.1.2 hangs when run with -vvv to sync a large repository