docs: add manual page for proxmox-backup-proxy
This commit is contained in:
4
docs/proxmox-backup-proxy/description.rst
Normal file
4
docs/proxmox-backup-proxy/description.rst
Normal file
@ -0,0 +1,4 @@
|
||||
This is just a test.
|
||||
|
||||
.. NOTE:: No further info.
|
||||
|
41
docs/proxmox-backup-proxy/man1.rst
Normal file
41
docs/proxmox-backup-proxy/man1.rst
Normal file
@ -0,0 +1,41 @@
|
||||
==========================
|
||||
proxmox-backup-proxy
|
||||
==========================
|
||||
|
||||
.. include:: ../epilog.rst
|
||||
|
||||
-------------------------------------------------------------
|
||||
Proxmox Backup Public API Server
|
||||
-------------------------------------------------------------
|
||||
|
||||
:Author: |AUTHOR|
|
||||
:Version: Version |VERSION|
|
||||
:Manual section: 1
|
||||
|
||||
|
||||
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 forground 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
|
||||
|
Reference in New Issue
Block a user