ftp.nice.ch/pub/next/developer/resources/libraries/gamekit_proj.NI.sa.tar.gz#/gamekit_proj/Apps/HighScoreServer/Runner.c

This is Runner.c in view mode; [Download] [Up]

/*  This program restarts the server if it dies.  */
/*  Use it to run the server itself.  */

#include <stdlib.h>

int main()
{
	while (1) system("/usr/local/games/highscores/serverd");
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.