I have a linux program that will always run as a single instance given a .conf file listening on a specific port. there's nothing wrong with assigning a totally new and unrelated port but the program will find a way to kill the old one.
is there a way to trick the program into running as different instance on linux using different CPU cores?