From 77bff40c768fe823e7a222fdbe7eb3a579adc326 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Aug 01 2012 05:23:27 +0000 Subject: Adopt Eric Hopper's proposed changes (#844607) --- diff --git a/aiccu.service b/aiccu.service index 844c27f..a671cc2 100644 --- a/aiccu.service +++ b/aiccu.service @@ -8,6 +8,8 @@ EnvironmentFile=-/etc/sysconfig/aiccu ExecStart=/usr/sbin/aiccu start $OPTIONS ExecStop=/usr/sbin/aiccu stop PIDFile=/run/aiccu.pid +Restart=always +RestartSec=10 [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target diff --git a/aiccu.spec b/aiccu.spec index 04196df..2afbcae 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: 13%{?dist} +Release: 14%{?dist} License: BSD Group: System Environment/Daemons URL: http://www.sixxs.net/tools/aiccu/ @@ -87,6 +87,9 @@ make clean %{_unitdir}/aiccu.service %changelog +* Tue Jul 31 2012 Conrad Meyer - 2007.01.15-14 +- Adopt Eric Hopper's proposed changes (#844607) + * Wed Jul 18 2012 Fedora Release Engineering - 2007.01.15-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild