|
Revision 2960, 380 bytes
(checked in by ksprotte, 5 months ago)
|
bos Makefile + screenrc-sample play well
|
| Line | |
|---|
| 1 |
multiuser on |
|---|
| 2 |
acladd hans |
|---|
| 3 |
acladd kilian |
|---|
| 4 |
|
|---|
| 5 |
zombie qr |
|---|
| 6 |
defscrollback 5000 |
|---|
| 7 |
startup_message off |
|---|
| 8 |
vbell on |
|---|
| 9 |
vbellwait 0 |
|---|
| 10 |
msgminwait 0 |
|---|
| 11 |
msgwait 0 |
|---|
| 12 |
|
|---|
| 13 |
chdir /home/bknr/bknr-svn/projects/bos |
|---|
| 14 |
setenv LANG en_US.UTF-8 |
|---|
| 15 |
|
|---|
| 16 |
screen -t webserver sbcl --core bos.core --eval '(start)' |
|---|
| 17 |
#logfile screen.log |
|---|
| 18 |
#log on |
|---|
| 19 |
screen -t cert-daemon sbcl --core bos.core --eval '(start-cert-daemon)' |
|---|
| 20 |
|
|---|
| 21 |
msgminwait 1 |
|---|
| 22 |
msgwait 1 |
|---|