Rev 31 | Blame | Compare with Previous | Last modification | View Log | RSS feed
pyscrabble for Debian---------------------My assumption is that most users don't need or want to run their ownserver. Therefore the PyScrabble server is in a separate package thatinstalls it as a system daemon. By default the server runs under adedicated user account, created on installation. It should not be rundirectly from the command line, only with the help of the init script.The original code is modified so that instead of~/.config/pyscrabble/, the server reads its configuration from filesin /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, andlogs to /var/log/pyscrabble/pyscrabble.log. The log is notautomatically rotated, because the server can't currently be told toreopen the log, and restarting it kills all client sessions andongoing games.For the same reason, the server is not restarted when upgraded. Theadministrator should notify the users and restart the server at theearliest opportunity.After starting the server for the first time, you should immediatelyregister a user account, as the first user is automatically madeadministrator.-- Magnus Holmgren <holmgren@debian.org>, Mon, 25 Apr 2011 14:00:03 +0200