On Monday, January 25, 2021 12:09:19 P.M. EST Mario Schuknecht wrote:
> 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.schukne...@dresearch-fe.de>
> ---

According to Lennart's comment on [https://bugs.freedesktop.org/show_bug.cgi?
id=73177] this looks to be aligned. Thanks for sending the update.

Mark

>  .../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 2980f7def..ef2f3f7e4 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





-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89052): 
https://lists.openembedded.org/g/openembedded-devel/message/89052
Mute This Topic: https://lists.openembedded.org/mt/80111439/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to