Rev 2 | Rev 31 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | magnus | 1 | pyscrabble for Debian |
2 | --------------------- |
||
3 | |||
4 | My assumption is that most users don't need or want to run their own |
||
3 | magnus | 5 | server. Therefore the PyScrabble server is in a separate package that |
6 | installs it as a system daemon. By default the server runs under a |
||
7 | dedicated user account, created on installation. |
||
2 | magnus | 8 | |
3 | magnus | 9 | The original code is modified so that instead of |
10 | ~/.config/pyscrabble/, the server reads its configuration from files |
||
11 | in /etc/pyscrabble/, stores its database in /var/lib/pyscrabble, and |
||
12 | logs to /var/log/pyscrabble/pyscrabble.log. The log is not |
||
13 | automatically rotated, because the server can't currently be told to |
||
14 | reopen the log, and restarting it kills all client sessions and |
||
15 | ongoing games. |
||
16 | |||
17 | For the same reason, the server is not restarted when upgraded. The |
||
18 | administrator should notify the users and restart the server at the |
||
19 | earliest opportunity. |
||
20 | |||
21 | -- Magnus Holmgren <magnus@kibibyte.se>, Wed, 3 Oct 2007 15:22:24 +0200 |