From b8a2d3b78886126ece422c3141d7bce92e67c65c Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 26 Mar 2011 17:47:18 +0000 Subject: Increase documentation but primarily write out TODOs --- kolabd/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kolabd') diff --git a/kolabd/__init__.py b/kolabd/__init__.py index 86210cc..eb12373 100644 --- a/kolabd/__init__.py +++ b/kolabd/__init__.py @@ -16,6 +16,13 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +""" + The Kolab daemon. + + TODO: Write a pid file, check the pid file has a valid pid, and + consider providing an option to specify the pid file path. +""" + from optparse import OptionParser from ConfigParser import SafeConfigParser -- cgit v1.1