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

pdudaemon - Daemon to queue PDU requests from pduclient.

Author

MatthewHart <matt@mattface.org>
           Wrote this manpage for the Debian system.

Description

       This manual page documents briefly the pdudaemon command.

       pdudaemon is a daemon which listens on port 16421 for instructions from the pduclient. These commands are
       added to a temporary database which lavapdu-runner uses as a FIFO queue.

Files

       /etc/pdudaemon/pdudaemon.conf
           The system-wide configuration file to control the behaviour of pdudaemon.

Name

       pdudaemon - Daemon to queue PDU requests from pduclient.

Options

--logfile=LOGFILE
           Changes the logfile used by pdudaemon. By default this would be /var/log/lavapdu-listener.log

       --loglevel=LOGLEVEL
           Changes the logging level used by pdudaemon. By default this would be INFO. For more content, use
           DEBUG.

       -h, --help
           Show summary of options.

See Also

pduclient(1)

Synopsis

pdudaemon [--logfile=LOGFILE] [--loglevel=LOGLEVEL]

       pdudaemon [{-h | --help}]

See Also