Mercurial > ~darius > hgwebdir.cgi > paradise_server
comparison bin/init.startup @ 1:4d6502ffaa5e
Initial revision
author | darius |
---|---|
date | Sat, 06 Dec 1997 04:36:59 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:52b8d91ecc32 | 1:4d6502ffaa5e |
---|---|
1 #!/bin/sh | |
2 # | |
3 # Called upon reboot, change this to whatever your NETREKDIR should be | |
4 # if the system is starting the server on reboot. | |
5 # | |
6 NETREKDIR=/export/home/netrek/server/ | |
7 cd ${NETREKDIR}/bin | |
8 ./ntstart ${NETREKDIR} |