update testnet config generation

pull/16/head
Jeff Becker 6 years ago
parent 6652cc4bde
commit dbd37f9f22
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -105,7 +105,7 @@ type=null
with open(args.out, 'w') as f:
f.write('''[program:svc-node]
directory = {}
command = {}
command = {} daemon.ini
autorestart=true
redirect_stderr=true
#stdout_logfile=/dev/fd/1
@ -116,7 +116,7 @@ numprocs = {}
'''.format(os.path.join(args.dir, 'svc-node-%(process_num)03d'), exe, args.dir, args.svc))
f.write('''[program:client-node]
directory = {}
command = {}
command = {} daemon.ini
autorestart=true
redirect_stderr=true
#stdout_logfile=/dev/fd/1

Loading…
Cancel
Save