X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tools.py;h=994089e1bb69fe5ab4ee43b35106d09b4c4a43e2;hb=28de48d05b66c4e7826d959a3ad48e87e8f13ee4;hp=b6e540593d8dae64dc6f8eb0569efa646ff8c756;hpb=0eab642bf8ff8a3539fc0c7f5feeb6b45b633f6a;p=nodemanager.git diff --git a/tools.py b/tools.py index b6e5405..994089e 100644 --- a/tools.py +++ b/tools.py @@ -10,7 +10,7 @@ import threading import logger -PID_FILE = '/var/run/node_mgr.pid' +PID_FILE = '/var/run/nm.pid' def as_daemon_thread(run): """Call function with no arguments in its own thread."""