SpriteLink / NIPAP

Neat IP Address Planner - NIPAP is the best open source IPAM in the known universe, challenging classical IP address management (IPAM) systems in many areas.
https://spritelink.github.io/NIPAP/
MIT License
543 stars 132 forks source link

Fork also when running in foreground #1401

Closed garberg closed 1 month ago

garberg commented 1 month ago

Since forever nipapd have avoided to fork multiple processes when running in forground. I think the idea was to simplify debugging etc, never to be used in production. However, when deploying nipapd as a Docker container the process is running is foreground by default also in production and thus the behaviour is now changed to fork also for that case.