#1079758 - Add support for systemctl-reload action
This commit is contained in:
parent
8dc88c07ca
commit
13755b164b
@ -7,6 +7,7 @@ EnvironmentFile=/etc/sysconfig/radvd
|
|||||||
ExecStart=/usr/sbin/radvd $OPTIONS
|
ExecStart=/usr/sbin/radvd $OPTIONS
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/radvd/radvd.pid
|
PIDFile=/var/run/radvd/radvd.pid
|
||||||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# The code includes the advertising clause, so it's GPL-incompatible
|
# The code includes the advertising clause, so it's GPL-incompatible
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -88,6 +88,9 @@ exit 0
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 20 2014 Pavel Šimerda <psimerda@redhat.com> - 1.10.0-1
|
||||||
- new package version 1.10.0
|
- new package version 1.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user