blob: c178e31d8f02313b38502fa361d703a10888dfbc [file] [log] [blame]
Daniel Willmann27780312018-07-31 18:53:45 +02001== Running OsmoMGW
2
3The OsmoMGW executable (`osmo-mgw`) offers the following command-line
4arguments:
5
6=== SYNOPSIS
7
8*osmo-mgw* [-h|-V] [-D] [-c 'CONFIGFILE'] [-s]
9
10=== OPTIONS
11
12*-h, --help*::
13 Print a short help message about the supported options
14*-V, --version*::
Harald Weltea8f27ab2019-12-01 14:25:10 +010015 Print the compile-time version number of the program
Daniel Willmann27780312018-07-31 18:53:45 +020016*-D, --daemonize*::
17 Fork the process as a daemon into background.
18*-c, --config-file 'CONFIGFILE'*::
19 Specify the file and path name of the configuration file to be
20 used. If none is specified, use `osmo-mgw.cfg` in the current
21 working directory.
22*-s, --disable-color*::
23 Disable colors for logging to stderr. This has mostly been
24 deprecated by VTY based logging configuration, see <<logging>>
25 for more information.