last change
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# $Id: hbd,v 1.22 2010/08/21 12:35:37 andreas Exp $
|
||||
# $Id: hbd,v 1.23 2010/08/21 14:07:17 andreas Exp $
|
||||
# Wait for heartbeat messages and act on them (or their absence)
|
||||
#
|
||||
import time, os, string, sys, socket, atexit, select, SocketServer, getopt, signal, cPickle
|
||||
@@ -656,5 +656,5 @@ if sig == signal.SIGHUP:
|
||||
pick.dump(msgs)
|
||||
pickf.close()
|
||||
|
||||
os.execv(sys.argv[0],cmdargs)
|
||||
os.execv(sys.argv[0],sys.argv[0]+cmdargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user