- write pid to /var/run/nm.pid
[nodemanager.git] / tools.py
index b6e5405..994089e 100644 (file)
--- 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 <run> with no arguments in its own thread."""