ffc62ac94d
Use the `:orphan:` special metadata field [0] to tell Sphinx that this file is expected to not be included in any TOC-tree. [0]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/field-lists.html#special-metadata-fields Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
31 lines
555 B
ReStructuredText
31 lines
555 B
ReStructuredText
:orphan:
|
|
|
|
==========================
|
|
proxmox-backup-proxy
|
|
==========================
|
|
|
|
Synopsis
|
|
==========
|
|
|
|
This daemon is normally started and managed as ``systemd`` service::
|
|
|
|
systemctl start proxmox-backup-proxy
|
|
|
|
systemctl stop proxmox-backup-proxy
|
|
|
|
systemctl status proxmox-backup-proxy
|
|
|
|
For debugging, you can start the daemon in foreground using::
|
|
|
|
proxmox-backup-proxy
|
|
|
|
.. NOTE:: You need to stop the service before starting the daemon in
|
|
foreground.
|
|
|
|
Description
|
|
============
|
|
|
|
.. include:: description.rst
|
|
|
|
.. include:: ../pbs-copyright.rst
|