blob: 63c2b2781dd10a465205d0b70f3e6c697f77ddfb [file] [log] [blame]
Harald Welte9f1331b2016-02-20 10:56:10 +01001== Running OsmoSGSN
2
3The OsmoSGSN executable (`osmo-sgsn`) offers the following command-line
4options:
5
6
7=== SYNOPSIS
8
9*osmo-sgsn* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE'] [-s] [-e 'LOGLEVEL']
10
11
12=== OPTIONS
13
14*-h, --help*::
15 Print a short help message about the supported options
16*-V, --version*::
Daniel Willmann33ab4442019-07-26 12:05:12 +020017 Print the compile-time version number of the OsmoSGSN program
Harald Welte9f1331b2016-02-20 10:56:10 +010018*-d, --debug 'DBGMASK','DBGLEVELS'*::
19 Set the log subsystems and levels for logging to stderr. This
20 has mostly been superseded by VTY-based logging configuration,
21 see <<logging>> for further information.
22*-D, --daemonize*::
23 Fork the process as a daemon into background.
24*-c, --config-file 'CONFIGFILE'*::
25 Specify the file and path name of the configuration file to be
26 used. If none is specified, use `osmo_sgsn.cfg` in the current
27 working directory.
28*-s, --disable-color*::
29 Disable colors for logging to stderr. This has mostly been
30 deprecated by VTY based logging configuration, see <<logging>>
31 for more information.
32*-e, --log-level 'LOGLEVEL'*::
33 Set the global log level for logging to stderr. This has mostly
34 been deprecated by VTY based logging configuration, see
35 <<logging>> for more information.