diff --git a/aiccu.service b/aiccu.service index cef6a7c..0dab022 100644 --- a/aiccu.service +++ b/aiccu.service @@ -1,6 +1,7 @@ [Unit] Description=AICCU (Automatic IPv6 Connectivity Configuration Utility) -After=syslog.target network.target +Wants=network.target network-online.target +After=network.target network-online.target [Service] Type=forking diff --git a/aiccu.spec b/aiccu.spec index f4064b0..369996d 100644 --- a/aiccu.spec +++ b/aiccu.spec @@ -9,7 +9,7 @@ Summary: SixXS Automatic IPv6 Connectivity Client Utility Name: aiccu Version: 2007.01.15 -Release: 18%{?dist} +Release: 19%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.sixxs.net/tools/aiccu/ @@ -80,6 +80,9 @@ make clean %{_unitdir}/aiccu.service %changelog +* Fri May 02 2014 Pavel Šimerda - 2007.01.15-19 +- provide proper network/network-online dependencies + * Mon Jan 06 2014 Pavel Šimerda - 2007.01.15-18 - #850022 - use systemd-rpm macros