MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 1 as of 2013-11-08 16:10:32
  • bash

Bourne again shell.

Server loop

# restart the server in case of failure
logger "Starting server.py"
until /usr/bin/python server.py 1234; do
    logger "Server crashed with exit code $?.  Respawning.."
    sleep 1
done
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01