netifd icon indicating copy to clipboard operation
netifd copied to clipboard

netifd: protocol script can't normally start more than one demon process

Open one-d-wide opened this issue 1 year ago • 0 comments

Description

I was writing protocol script for netifd and had a trouble managing two daemon processes for the same interface. When multiple proc_run_command functions are invoked, each one terminates previously spawned process and starts new one.

Example

Use case can be found there along with a nasty workaround.

one-d-wide avatar Jan 07 '24 12:01 one-d-wide