Rev 3 | 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.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.-- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 15:22:24 +0200