Lua command map() does not work with multiple instances started using systemd
This affects all instances which do not use -f
option (which is deprecated anyway).
We need to rewrite map()
command to use control sockets (instead of pipes inherited from parent process) or replace it with something completely different.
Edited by Petr Špaček