On Thu, Jul 7, 2022 at 1:40 AM Tobias Klausmann
<klaus...@schwarzvogel.de> wrote:
> On Wed, 06 Jul 2022, Martin-Éric Racine wrote:
> > Does the fix suggested by János in response to your bug report restore
> > normal operation?
>
> Yes that seems to do the trick
>
> Specifically, in /usr/lib/systemd/system/dhcpcd.service
>
> ```
> PIDFile=/run/dhcpcd/pid
> ```
>
> instead of
>
> ```
> PIDFile=/run/dhcpcd.pid
> ```
>
> and in /lib/systemd/system/dhcpcd@.service
>
> ```
> PIDFile=/run/dhcpcd/%I.pid
> ```
>
> instead of
>
> ```
> PIDFile=/run/dhcpcd-%I.pid
> ```
>
> I have switched to the @interface style of service/unit config now, and
> that works fine as well.

Thanks. PID paths fixed in 9.4.1-4 currently in Git. Pending upload.

János: Do you want to submit your findings to upstream?

Martin-Éric

Reply via email to