#1079758 - Add support for systemctl-reload action

This commit is contained in:
Pavel Šimerda 2014-03-24 16:59:50 +01:00
parent 8dc88c07ca
commit 13755b164b
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@ EnvironmentFile=/etc/sysconfig/radvd
ExecStart=/usr/sbin/radvd $OPTIONS
Type=forking
PIDFile=/var/run/radvd/radvd.pid
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
Summary: A Router Advertisement daemon
Name: radvd
Version: 1.10.0
Release: 1%{?dist}
Release: 2%{?dist}
# The code includes the advertising clause, so it's GPL-incompatible
License: BSD with advertising
Group: System Environment/Daemons
@ -88,6 +88,9 @@ exit 0
%{_sbindir}/radvdump
%changelog
* Mon Mar 24 2014 Pavel Šimerda <psimerda@redhat.com> - 1.10.0-2
- #1079758 - Add support for systemctl-reload action
* Thu Mar 20 2014 Pavel Šimerda <psimerda@redhat.com> - 1.10.0-1
- new package version 1.10.0