aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manuals/chapters/running.adoc
blob: f1841fd92ad72e20fe5ec82c8fa0f162f75ac5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[[running]]
== Running osmo-e1d

The `osmo-e1d` executable offers the following command-line arguments:

=== SYNOPSIS

*osmo-e1d* [-h] [-d 'DBGMASK'] [-c 'CONFIGFILE']

=== OPTIONS

*-h, --help*::
        Print a short help message about the supported options.
*-V, --version*::
        Print the version of osmo-e1d.
*-d, --debug 'DBGMASK','DBGLEVELS'*::
        Set the log subsystems and levels for logging to stderr. This
        has mostly been superseded by VTY-based logging configuration,
        see <<logging>> for further information.
*-c, --config-file 'CONFIGFILE'*::
        Specify the file and path name of the configuration file to be
        used. If none is specified, use `osmo-bsc.cfg` in the current
        working directory.

include::../common/snippets/systemd.adoc[]