aboutsummaryrefslogtreecommitdiff
path: root/lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'lock.py')
-rw-r--r--lock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lock.py b/lock.py
index 723c1b7..866810e 100644
--- a/lock.py
+++ b/lock.py
@@ -26,8 +26,8 @@
import os
import tempfile
-lock_dir_path = os.path.join(tempfile.gettempdir(), "rwa-session-service")
-lock_file_path = os.path.join(lock_dir_path, "rwa-session-service.lock")
+lock_dir_path = os.path.join(tempfile.gettempdir(), "rwa.support.sessionservice")
+lock_file_path = os.path.join(lock_dir_path, "rwa.support.sessionservice.lock")
def lock():