Skip to content

fix pidfile error caused by root-owned /run/kea

Closes kea#3200 (closed).

  • f250b889 [kea#3200 (closed)] fix pidfile error caused by root-owned /run/kea

    After fresh installaton, /run/kea would be owned by root:root which caused Kea to not create a pidfile which passed by uneventul, but then resulted in an error on shutdown because there was no pidfile to delete. Second startup would properly change ownership to kea:kea, and the bug wouldn't repeat.

Edited by Andrei Pavel

Merge request reports