root/oscgroups/trunk/run_server.sh
| Revision 7, 309 bytes (checked in by ross, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # a simple script to run the server in the background |
| 3 | # nohup means that the server will keep running when you log out |
| 4 | # you will need to use the ps and kill commands to find and kill |
| 5 | # the server if you need to |
| 6 | # a better solution is the OscGroupServerStartStop script |
| 7 | nohup ./bin/OscGroupServer & |
Note: See TracBrowser for help on using the browser.
