summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/cli%2Fhalt.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/vagrant/cli%2Fhalt.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/vagrant/cli%2Fhalt.html')
-rw-r--r--devdocs/vagrant/cli%2Fhalt.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/devdocs/vagrant/cli%2Fhalt.html b/devdocs/vagrant/cli%2Fhalt.html
deleted file mode 100644
index 44eda701..00000000
--- a/devdocs/vagrant/cli%2Fhalt.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<h1 id="halt"> Halt </h1> <p><strong>Command: <code>vagrant halt [name|id]</code></strong></p> <p>This command shuts down the running machine Vagrant is managing.</p> <p>Vagrant will first attempt to gracefully shut down the machine by running the guest OS shutdown mechanism. If this fails, or if the <code>--force</code> flag is specified, Vagrant will effectively just shut off power to the machine.</p> <p>For linux-based guests, Vagrant uses the <code>shutdown</code> command to gracefully terminate the machine. Due to the varying nature of operating systems, the <code>shutdown</code> command may exist at many different locations in the guest's <code>$PATH</code>. It is the guest machine's responsibility to properly populate the <code>$PATH</code> with directory containing the <code>shutdown</code> command.</p> <h2 id="options"> Options </h2> <ul> <li>
-<a href="#f"><code>-f</code></a> or <code>--force</code> - Do not attempt to gracefully shut down the machine. This effectively pulls the power on the guest machine. </li> </ul><div class="_attribution">
- <p class="_attribution-p">
- &copy; 2010&ndash;2018 Mitchell Hashimoto<br>Licensed under the MPL 2.0 License.<br>
- <a href="https://www.vagrantup.com/docs/cli/halt.html" class="_attribution-link">https://www.vagrantup.com/docs/cli/halt.html</a>
- </p>
-</div>