Skip to content

testing/babeld: use supervise-daemon

Steven Honson requested to merge snh/aports:babeld-1.9.2-r1 into master

If babeld crashes, it often leaves its pidfile behind, preventing it from starting up again without manual intervention.

Using supervise-daemon to supervise babeld, and disabling the use of a pidfile with babeld's -I '' command-line option resolves this issue.

Merge request reports