blob: 59a872297b211e66ff769e05a7fd9a471001c03a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|