From: Mark Huang Date: Mon, 13 Nov 2006 20:03:43 +0000 (+0000) Subject: - write pid to /var/run/nm.pid X-Git-Tag: planetlab-4_0-rc1~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=28de48d05b66c4e7826d959a3ad48e87e8f13ee4;p=nodemanager.git - write pid to /var/run/nm.pid --- 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."""