logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sysrepo-plugind - sysrepo plugin daemon

Authors

       Michal Vasko <mvasko@cesnet.cz>

Description

sysrepo-plugind is a simple daemon tool for loading sysrepo plugins. These are provided with a connection
       and session and all running in a single process.

Name

       sysrepo-plugind - sysrepo plugin daemon

Options

-h, --help
              Prints usage help.

       -V, --version
              Prints only information about sysrepo version.

       -v, --verbosityLEVEL
              Change verbosity to a level. LEVEL can be a string or a number:
               • none/0error/1 (default)
               • warning/2info/3debug/4-d, --debug
              Debug mode - is not daemonized and logs to stderr instead of syslog.

       Environment variable $SRPD_PLUGINS_PATH overwrites the default plugins path.

See Also

       https://sysrepo.org (sysrepo home page)

       https://github.com/sysrepo/sysrepo (sysrepo Git repository)

Synopsis

sysrepo-plugind [-h] [-vLEVEL] [-d]

See Also