Rev 9 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 18 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | 13 | ||
14 | PATH=/sbin:/bin:/usr/bin |
14 | PATH=/sbin:/bin:/usr/bin |
15 | DESC="PyScrabble server" |
15 | DESC="PyScrabble server" |
16 | NAME=python |
16 | NAME=python |
17 | NAME2=pyscrabble-server |
17 | NAME2=pyscrabble-server |
18 | DAEMON=/usr/games/pyscrabble-server |
18 | DAEMON=/usr/sbin/pyscrabble-server |
19 | PIDFILE=/var/run/$NAME2.pid |
19 | PIDFILE=/var/run/$NAME2.pid |
20 | SCRIPTNAME=/etc/init.d/$NAME2 |
20 | SCRIPTNAME=/etc/init.d/$NAME2 |
21 | 21 | ||
22 | # Gracefully exit if the package has been removed. |
22 | # Gracefully exit if the package has been removed. |
23 | test -x $DAEMON || exit 0 |
23 | test -x $DAEMON || exit 0 |