Files
osmo-cbc/doc/manuals/chapters/running.adoc
Oliver Smith 1a454c9174 Fix typo osmo-bsc -> osmo-cbc
Change-Id: I3da908d250771ca13e8b3f9069fe4f781defb461
2025-05-20 14:37:23 +02:00

22 lines
566 B
Plaintext

== Running OsmoCBC
The OsmoCBC executable (`osmo-cbc`) offers the following command-line
arguments:
=== SYNOPSIS
*osmo-cbc* [-h|-V] [-D] [-c 'CONFIGFILE']
=== OPTIONS
*-h, --help*::
Print a short help message about the supported options.
*-V, --version*::
Print the compile-time version number of the program.
*-D, --daemonize*::
Fork the process as a daemon into background.
*-c, --config-file 'CONFIGFILE'*::
Specify the file and path name of the configuration file to be
used. If none is specified, use `osmo-cbc.cfg` in the current
working directory.