You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminate daemon command when parent process exits; added "--daemonize" flag to keep old behaviour (arduino#488)
* daemon: terminate on parent process ending; added --daemonize flag
This is useful when the cli daemon is launched from an external process
to avoid leaving zombie process if the parent process unexpectedly dies.
If daemonization (so no stdin/stdout) is the intended behaviour the
--daemonize flag must be used.
* (cosmetic) reorganized runDaemonCommand in a more straighforward way
0 commit comments