summaryrefslogtreecommitdiff
path: root/share/python/lib/daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/python/lib/daemon.py')
-rw-r--r--share/python/lib/daemon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/python/lib/daemon.py b/share/python/lib/daemon.py
index 1d0d443..9f58af0 100644
--- a/share/python/lib/daemon.py
+++ b/share/python/lib/daemon.py
@@ -65,6 +65,7 @@ def _daemon_whereis(path):
return absolute
return path
+
# Start a daeamon, get its PID. Don't wait for a port or anything. This is
# meant for background processes that don't have port. Useful for testing the
# lib/daemon library of Subplot, but not much else.