]> git.proxmox.com Git - pve-docs.git/commitdiff
track pvescheduler.8-synopsis.adoc
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 23 Jan 2023 12:33:41 +0000 (13:33 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Mar 2023 08:45:19 +0000 (09:45 +0100)
it was never committed, but needs to be, else there's effectively a build-dep
cycle between pve-docs and pve-manager..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pvescheduler.8-synopsis.adoc [new file with mode: 0644]

diff --git a/pvescheduler.8-synopsis.adoc b/pvescheduler.8-synopsis.adoc
new file mode 100644 (file)
index 0000000..9a4ab03
--- /dev/null
@@ -0,0 +1,35 @@
+*pvescheduler* `<COMMAND> [ARGS] [OPTIONS]`
+
+*pvescheduler help* `[OPTIONS]`
+
+Get help about specified command.
+
+`--extra-args` `<array>` ::
+
+Shows help for a specific command
+
+`--verbose` `<boolean>` ::
+
+Verbose output format.
+
+*pvescheduler restart*
+
+Restart the daemon (or start if not running).
+
+*pvescheduler start* `[OPTIONS]`
+
+Start the daemon.
+
+`--debug` `<boolean>` ('default =' `0`)::
+
+Debug mode - stay in foreground
+
+*pvescheduler status*
+
+Get daemon status.
+
+*pvescheduler stop*
+
+Stop the daemon.
+
+