aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-10 19:50:33 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-10 19:50:33 +0200
commitb5be9aad9ea4483a7eaff9393939c52f70919e40 (patch)
treeb8d939fffb609c540c92c055ef68250265067b13
parentparse all options (diff)
downloadnightshift-b5be9aad9ea4483a7eaff9393939c52f70919e40.tar.gz
nightshift-b5be9aad9ea4483a7eaff9393939c52f70919e40.tar.bz2
nightshift-b5be9aad9ea4483a7eaff9393939c52f70919e40.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/nightshift.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nightshift.py b/src/nightshift.py
index 46b3dab..0eebe58 100755
--- a/src/nightshift.py
+++ b/src/nightshift.py
@@ -203,6 +203,9 @@ for arg in sys.argv[1:]:
# Construct name of socket
socket_path = '%s.%s~%s' % ('/dev/shm/', PROGRAM_NAME, os.environ['USER'])
+'''
+The pathname of the interprocess communication socket for nightshift
+'''
def run_as_daemon(sock):