summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-26 01:56:02 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-26 01:56:02 +0100
commitc704b615f2a5ed676f64d52ecbda9a45ba1c8409 (patch)
tree95c7291abdf28cde8a72011bff61e1dc3ab6f686
parentabad293c23582fb5aae0c053f995db8e2b78f88b (diff)
document per-app socket paths
-rw-r--r--TODO1
-rwxr-xr-xexmachina.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index a00f88d..0000000
--- a/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- document per-app socket naming intention
diff --git a/exmachina.py b/exmachina.py
index f94f230..4fe6e75 100755
--- a/exmachina.py
+++ b/exmachina.py
@@ -33,6 +33,9 @@ attack on the client, which could feed back malicious information.
Alternatively, an optional user or group can be specified and the socket file
will have it's ownership and permissions changed appropriately.
+
+Note that the socket path would need to be changed on a per-application basis
+so that competing daemons don't block/clobber each other.
"""
import os