Thanks, applied as 944e039eb9cd31100908cbe595c61041b20bf01a.

Michael

[sent from post-receive hook]

On Fri, 14 Apr 2023 12:03:37 +0200, Tamino Bauknecht <d...@tb6.eu> wrote:
> The service file for the systemd unit "ip6tables" contained the wrong
> path for the executable "ip6tables-flush". This caused each attempt to
> stop the unit to fail.
> This commit fixes this typing mistake and sets the path to
> "/usr/sbin/ip6tables-flush".
> 
> Signed-off-by: Tamino Bauknecht <d...@tb6.eu>
> Message-Id: <20230408221240.35825-1-...@tb6.eu>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/projectroot/usr/lib/systemd/system/ip6tables.service 
> b/projectroot/usr/lib/systemd/system/ip6tables.service
> index 7cf9ab88b8d4..52e3096ed13c 100644
> --- a/projectroot/usr/lib/systemd/system/ip6tables.service
> +++ b/projectroot/usr/lib/systemd/system/ip6tables.service
> @@ -10,7 +10,7 @@ ConditionFileNotEmpty=/etc/iptables/rules.v6
>  Type=oneshot
>  ExecStart=/usr/sbin/ip6tables-restore /etc/iptables/rules.v6
>  ExecReload=/usr/sbin/ip6tables-restore /etc/iptables/rules.v6
> -ExecStop=/usr/sbin/iptables/ip6tables-flush
> +ExecStop=/usr/sbin/ip6tables-flush
>  RemainAfterExit=yes
>  [Install]
>  WantedBy=multi-user.target

Reply via email to