Remove EnvironmentFile from service file (#878343)
This commit is contained in:
parent
0a7f00b349
commit
fcb96141a9
@ -5,7 +5,6 @@ After=syslog.target network.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/dnsmasq.pid
|
PIDFile=/var/run/dnsmasq.pid
|
||||||
EnvironmentFile=-/etc/sysconfig/network
|
|
||||||
ExecStart=/usr/sbin/dnsmasq
|
ExecStart=/usr/sbin/dnsmasq
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: dnsmasq
|
Name: dnsmasq
|
||||||
Version: 2.63
|
Version: 2.63
|
||||||
Release: 3%{?extraversion}%{?dist}
|
Release: 4%{?extraversion}%{?dist}
|
||||||
Summary: A lightweight DHCP/caching DNS server
|
Summary: A lightweight DHCP/caching DNS server
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/dhcp_*
|
%{_mandir}/man1/dhcp_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 20 2012 Tomas Hozza <thozza@redhat.com> - 2.63-4
|
||||||
|
- Remove EnvironmentFile from service file (#878343)
|
||||||
|
|
||||||
* Mon Nov 19 2012 Tomas Hozza <thozza@redhat.com> - 2.63-3
|
* Mon Nov 19 2012 Tomas Hozza <thozza@redhat.com> - 2.63-3
|
||||||
- dhcp6 support fixes (#867054)
|
- dhcp6 support fixes (#867054)
|
||||||
- removed "-s $HOSTNAME" from .service file (#753656, #822797)
|
- removed "-s $HOSTNAME" from .service file (#753656, #822797)
|
||||||
|
Loading…
Reference in New Issue
Block a user