Commit dde9070d authored by Gabriel Monnerat's avatar Gabriel Monnerat

[slapos.cli.configure_local] Use the new API to start slapos proxy because...

[slapos.cli.configure_local] Use the new API to start slapos proxy because slapproxy command does not exist anymore
parent 2d35e3d7
......@@ -205,7 +205,7 @@ stderr_logfile_maxbytes=100KB
stderr_logfile_backups=1
""" % {'log_file': '%s/log/slapos-proxy.log' % conf.slapos_buildout_directory,
'slapos_buildout_directory': conf.slapos_buildout_directory,
'program_command': '%s/bin/slapproxy %s' % \
'program_command': '%s/slapos proxy start --cfg %s' % \
(conf.slapos_buildout_directory, conf.proxy_configuration_file)}
supervisord_conf_folder_path = os.path.join(conf.instance_root,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment