Signals to restart & reload

To restart the server listening you can send SIGUSR2.

To re-discover apps you can send a SIGHUP - note this will remove all apps, then only rediscover, so if you add apps in any other way additionally to auto discovery they won't be there after SIGHUP.

SIGHUP works perfectly for fully auto-discovered servers.