summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/launchd.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Client/Tools/launchd.py')
-rw-r--r--src/lib/Client/Tools/launchd.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/Client/Tools/launchd.py b/src/lib/Client/Tools/launchd.py
index 84ed4177e..2b9314e54 100644
--- a/src/lib/Client/Tools/launchd.py
+++ b/src/lib/Client/Tools/launchd.py
@@ -11,7 +11,10 @@ class launchd(Bcfg2.Client.Tools.Tool):
__name__ = 'launchd'
__req__ = {'Service':['name', 'status']}
- #currently requires the path to the plist to load/unload, and Name is acually a reverse-fqdn (or the label)
+ '''
+ currently requires the path to the plist to load/unload,
+ and Name is acually a reverse-fqdn (or the label)
+ '''
def FindPlist(self, entry):
'''Locate plist file that provides given reverse-fqdn name
/Library/LaunchAgents Per-user agents provided by the administrator.