[arch-commits] Commit in nsd/trunk (PKGBUILD service)

Gaetan Bisson bisson at nymeria.archlinux.org
Wed Jun 4 09:08:40 UTC 2014


    Date: Wednesday, June 4, 2014 @ 11:08:39
  Author: bisson
Revision: 112593

add Resart=always: authoritative DNS is important

Modified:
  nsd/trunk/PKGBUILD
  nsd/trunk/service

----------+
 PKGBUILD |    2 +-
 service  |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-04 07:22:28 UTC (rev 112592)
+++ PKGBUILD	2014-06-04 09:08:39 UTC (rev 112593)
@@ -17,7 +17,7 @@
         'service')
 sha1sums=('8e5d53fd59c102854470b9b17f54cc1e7dc854b6'
           '7ad2b8da961a893095eede8963cf8026b13186a1'
-          '3dbe300d834a32c9a339a6c76c58f5c240239e9b')
+          'f09a10e90b375410e742fff1fb10631541357c67')
 
 install=install
 

Modified: service
===================================================================
--- service	2014-06-04 07:22:28 UTC (rev 112592)
+++ service	2014-06-04 09:08:39 UTC (rev 112593)
@@ -7,6 +7,7 @@
 ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
 ExecReload=/bin/kill -HUP $MAINPID
 ExecStop=/bin/kill -TERM $MAINPID
+Restart=always
 
 [Install]
 WantedBy=multi-user.target




More information about the arch-commits mailing list