HLServer: Running the Server

From Headus Docs

Revision as of 03:50, 15 January 2014 by Headus (Talk | contribs)
Jump to: navigation, search
Cover Page
About HLServer
Linux Server Setup
Windows Server Setup
OS X Server Setup
Server Config
Application Config
The Manager
Adding New Keys
Trouble Shooting
Download PDF

Contents

hlserver has the following command line arguments:
    -d 
    Run as a background daemon process. This is recommended, but applicable to Linux installations only.
    -c,<filename> 
    Use this config file.
    -l,<num>,<days>,<log> 
    Number of log files, how many days between switches, and filename format string. A typical value for this argument would be -l,4,7,hlserver-%d.log, meaning use 4 log files, switching after a week, and cycle between hlserver-0.log, hlserver-1.log, hlserver-2.log and hlserver-3.log.


Running under OS X

The install file comes with a setup script that will take you through the steps required to get hlserver up and running. See the previous chapter for details.