From 28de48d05b66c4e7826d959a3ad48e87e8f13ee4 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 13 Nov 2006 20:03:43 +0000 Subject: [PATCH] - write pid to /var/run/nm.pid --- tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- 2.43.0