public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq.service-r1 dnsmasq.service
@ 2013-12-10 19:55 Patrick McLean (chutzpah)
  0 siblings, 0 replies; only message in thread
From: Patrick McLean (chutzpah) @ 2013-12-10 19:55 UTC (permalink / raw
  To: gentoo-commits

chutzpah    13/12/10 19:55:03

  Modified:             dnsmasq.service
  Added:                dnsmasq.service-r1
  Log:
  Minor fixups to systemd unit (bug #480042). Don't try to remove nonexistant directories.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.2                  net-dns/dnsmasq/files/dnsmasq.service

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service?r1=1.1&r2=1.2

Index: dnsmasq.service
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dnsmasq.service	28 Aug 2012 17:11:42 -0000	1.1
+++ dnsmasq.service	10 Dec 2013 19:55:03 -0000	1.2
@@ -1,10 +1,11 @@
 [Unit]
 Description=A lightweight DHCP and caching DNS server
+After=network.target
 
 [Service]
 Type=simple
 ExecStartPre=/usr/sbin/dnsmasq --test
-ExecStart=/usr/sbin/dnsmasq -k
+ExecStart=/usr/sbin/dnsmasq -k --user=dnsmasq --group=dnsmasq
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]



1.1                  net-dns/dnsmasq/files/dnsmasq.service-r1

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq.service-r1?rev=1.1&content-type=text/plain

Index: dnsmasq.service-r1
===================================================================
[Unit]
Description=A lightweight DHCP and caching DNS server
After=network.target

[Service]
Type=simple
ExecStartPre=/usr/sbin/dnsmasq --test
ExecStart=/usr/sbin/dnsmasq -k --user=dnsmasq --group=dnsmasq
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-10 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 19:55 [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq.service-r1 dnsmasq.service Patrick McLean (chutzpah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox