All of lore.kernel.org
 help / color / mirror / Atom feed
From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [gatesgarth 05/15] dnsmasq: Fix systemd service
Date: Sun, 14 Feb 2021 17:13:19 -0800	[thread overview]
Message-ID: <83842c9150fdead52dc7b0913ffac32677720f98.1613349480.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1613349480.git.akuster808@gmail.com>

From: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>

Systemd service file option 'ExecStopPre' is warned and ignored by
systemd. By replacing 'ExecStopPre' with 'ExecStop', the intended
behavior is realized. The 'ExecStop' commands are executed one after the
other.

Signed-off-by: Mario Schuknecht <mario.schuknecht@dresearch-fe.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 55c94cb3196f53d0c1c76bbd74136d1b5d51802d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-support/dnsmasq/files/dnsmasq-resolvconf.service    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
index 2980f7def6..ef2f3f7e41 100644
--- a/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
+++ b/meta-networking/recipes-support/dnsmasq/files/dnsmasq-resolvconf.service
@@ -8,7 +8,7 @@ PIDFile=/run/dnsmasq.pid
 ExecStartPre=/usr/bin/dnsmasq --test
 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
 ExecStartPost=/usr/bin/dnsmasq-resolvconf-helper start
-ExecStopPre=/usr/bin/dnsmasq-resolvconf-helper stop
+ExecStop=/usr/bin/dnsmasq-resolvconf-helper stop
 ExecStop=/bin/kill $MAINPID
 ExecReload=/bin/kill -HUP $MAINPID
 
-- 
2.17.1


  parent reply	other threads:[~2021-02-15  1:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15  1:13 [gatesgarth 00/15] Patch review Feb 14th akuster
2021-02-15  1:13 ` [gatesgarth 01/15] enca: Fix SRC_URI akuster
2021-02-15  1:13 ` [gatesgarth 02/15] lua: update to 5.3.6 akuster
2021-02-15  1:13 ` [gatesgarth 03/15] python3-sh: remove python3-tests from RDEPENDS akuster
2021-02-15  1:13 ` [gatesgarth 04/15] celt051: update SRC_URI akuster
2021-02-15  1:13 ` akuster [this message]
2021-02-15  1:13 ` [gatesgarth 06/15] mariadb: Fix build on 32bit arches with 64bit time_t akuster
2021-02-15  1:13 ` [gatesgarth 07/15] mariadb: add package config zstd akuster
2021-02-15  1:13 ` [gatesgarth 08/15] mariadb: upgrade to 10.5.8 akuster
2021-02-15  1:13 ` [gatesgarth 09/15] minifi-cpp: set PSEUDO_CONSIDER_PATHS akuster
2021-02-15  1:13 ` [gatesgarth 10/15] dnsmasq: upgrade 2.82 -> 2.84 akuster
2021-02-15  1:13 ` [gatesgarth 11/15] wireguard-module: remove PKG assignment akuster
2021-02-15  1:13 ` [gatesgarth 12/15] gedit: Inherit python3targetconfig akuster
2021-02-15  1:13 ` [gatesgarth 13/15] openipmi: " akuster
2021-02-15  1:13 ` [gatesgarth 14/15] libplist: " akuster
2021-02-15  1:13 ` [gatesgarth 15/15] postgresql: " akuster
2021-02-15  8:49 ` [oe] [gatesgarth 00/15] Patch review Feb 14th Martin Jansa
2021-02-15 15:49   ` akuster
2021-02-19 18:34     ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83842c9150fdead52dc7b0913ffac32677720f98.1613349480.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.