netifd
netifd copied to clipboard
netifd: protocol script can't normally start more than one demon process
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.