removed "-s $HOSTNAME" from .service file

(#753656, #822797)
This commit is contained in:
Tomas Hozza 2012-11-19 12:03:16 +01:00
parent d474b81de6
commit 0a7f00b349
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=syslog.target network.target
Type=forking
PIDFile=/var/run/dnsmasq.pid
EnvironmentFile=-/etc/sysconfig/network
ExecStart=/usr/sbin/dnsmasq -s $HOSTNAME
ExecStart=/usr/sbin/dnsmasq
[Install]
WantedBy=multi-user.target

View File

@ -139,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Nov 19 2012 Tomas Hozza <thozza@redhat.com> - 2.63-3
- dhcp6 support fixes (#867054)
- removed "-s $HOSTNAME" from .service file (#753656, #822797)
* Tue Oct 23 2012 Tomas Hozza <thozza@redhat.com> - 2.63-2
- Introduce new systemd-rpm macros in dnsmasq spec file (#850096)