summaryrefslogtreecommitdiffstats
path: root/doc/client/tools/launchd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/client/tools/launchd.txt')
-rw-r--r--doc/client/tools/launchd.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/client/tools/launchd.txt b/doc/client/tools/launchd.txt
new file mode 100644
index 000000000..59a872297
--- /dev/null
+++ b/doc/client/tools/launchd.txt
@@ -0,0 +1,13 @@
+.. -*- mode: rst -*-
+
+.. _client-tools-launchd:
+
+=======
+launchd
+=======
+
+Mac OS X Services. To use this tool, you must maintain a standard launch
+daemon .plist file in ``/Library/LaunchDaemons/`` (example ssh.plist)
+and setup a ``<Service name="com.openssh.sshd" type="launchd" status="on"
+/>`` entry in your config to load or unload the service. Note the name
+is the ''Label'' specified inside of the .plist file