Skip to content

main/dhcpcd: fix openrc loosing track due to wrong pidfile

Ghost User requested to merge (removed):dhcpcd-pid into master

The pidfile option is passed to start-stop-daemon and is only used for finding the currently running process. It thus has to match the path dhcpcd uses. Sadly, dhcpcd does not allow its pidfiles to be set to an arbitrary value, so we are stuck to /run/pid for now.

Merge request reports