Starts a ListeningActor that listens for shutdown messages.
Creates an actor system, then looks up a ListeningActor on another local JVM and sends it a shutdown message.
Creates an actor system, then looks up a ListeningActor on another local JVM and sends it a shutdown message. Once the other JVM has been terminated, the created actor system also shuts down.