new pid-file

This commit is contained in:
meejah 2022-09-15 22:39:59 -06:00
parent 82c72ddede
commit 228bbbc2fe

View File

@ -134,7 +134,7 @@ class CLINodeAPI(object):
@property
def twistd_pid_file(self):
return self.basedir.child(u"twistd.pid")
return self.basedir.child(u"running.process")
@property
def node_url_file(self):