Fix process names

This commit is contained in:
Liam Young 2019-02-25 14:10:07 +00:00
parent c3d9eec9fb
commit f3b8269cfa
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
run_as_root: True run_as_root: True
- -
# nova-compute # nova-compute
process_name: /usr/local/bin/nova-compute process_name: /usr/bin/nova-compute
start_command: systemctl start nova-compute start_command: systemctl start nova-compute
pre_start_command: pre_start_command:
post_start_command: post_start_command:
@ -32,7 +32,7 @@
run_as_root: True run_as_root: True
- -
# instancemonitor # instancemonitor
process_name: /usr/bin/python /usr/local/bin/masakari-instancemonitor process_name: /usr/local/bin/masakari-instancemonitor
start_command: systemctl start masakari-instancemonitor start_command: systemctl start masakari-instancemonitor
pre_start_command: pre_start_command:
post_start_command: post_start_command:
@ -42,7 +42,7 @@
run_as_root: True run_as_root: True
- -
# hostmonitor # hostmonitor
process_name: /usr/bin/python /usr/local/bin/masakari-hostmonitor process_name: /usr/local/bin/masakari-hostmonitor
start_command: systemctl start masakari-hostmonitor start_command: systemctl start masakari-hostmonitor
pre_start_command: pre_start_command:
post_start_command: post_start_command: