From b5be9aad9ea4483a7eaff9393939c52f70919e40 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 10 Apr 2014 19:50:33 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/nightshift.py | 3 +++ 1 file changed, 3 insertions(+) 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): -- cgit v1.2.3-70-g09d2