diff --git a/templates/process_list.yaml.j2 b/templates/process_list.yaml.j2 index 0ccc375..62dadad 100644 --- a/templates/process_list.yaml.j2 +++ b/templates/process_list.yaml.j2 @@ -11,12 +11,12 @@ # These definitions need to be set according to the environment to use. # Sample of definitions is shown below. - - # libvirt-bin + # libvirtd process_name: /usr/sbin/libvirtd - start_command: systemctl start libvirt-bin + start_command: systemctl start libvirtd pre_start_command: post_start_command: - restart_command: systemctl restart libvirt-bin + restart_command: systemctl restart libvirtd pre_restart_command: post_restart_command: run_as_root: True