change the default pipe name of olsrv2
This commit is contained in:
parent
f675b0a16d
commit
e905648d68
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class NrlOlsrv2(NrlService):
|
|||
'''
|
||||
cmd = cls._startup[0]
|
||||
cmd += " -l /var/log/nrlolsrv2.log"
|
||||
cmd += " -rpipe %s_nrlolsrv2" % node.name
|
||||
cmd += " -rpipe %s_olsrv2" % node.name
|
||||
|
||||
servicenames = map(lambda x: x._name, services)
|
||||
if "SMF" in servicenames:
|
||||
|
|
Loading…
Add table
Reference in a new issue