Commit 55f34dd0 authored by Jérome Perrin's avatar Jérome Perrin

standalone: fix swapped pidfiles of instance and software

parent 133c9b7a
......@@ -233,8 +233,8 @@ class SlapOSConfigWriter(ConfigWriter):
master_rest_url = {standalone_slapos._master_url}/hateoas
computer_id = {standalone_slapos._computer_id}
root_check = False
pidfile_software = {standalone_slapos._instance_pid}
pidfile_instance = {standalone_slapos._software_pid}
pidfile_software = {standalone_slapos._software_pid}
pidfile_instance = {standalone_slapos._instance_pid}
pidfile_report = {standalone_slapos._report_pid}
forbid_supervisord_automatic_launch = true
......
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