Include systemd unit file
This commit is contained in:
parent
027222403b
commit
79727a1f7c
@ -5,7 +5,7 @@ After=syslog.target network.target
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/dnsmasq.pid
|
||||
EnvironmentFile=/etc/sysconfig/network
|
||||
EnvironmentFile=-/etc/sysconfig/network
|
||||
ExecStart=/usr/sbin/dnsmasq -s $HOSTNAME
|
||||
|
||||
[Install]
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: dnsmasq
|
||||
Version: 2.52
|
||||
Release: 4%{?extraversion}%{?dist}
|
||||
Release: 5%{?extraversion}%{?dist}
|
||||
Summary: A lightweight DHCP/caching DNS server
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -118,7 +118,7 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2011 Patrick "Jima" Laughton <jima@fedoraproject.org> - 2.52-4
|
||||
* Mon Aug 08 2011 Patrick "Jima" Laughton <jima@fedoraproject.org> - 2.52-5
|
||||
- Include systemd unit file
|
||||
|
||||
* Mon Aug 08 2011 Patrick "Jima" Laughton <jima@fedoraproject.org> - 2.52-3
|
||||
|
Loading…
Reference in New Issue
Block a user