c53966f310
This change will allow config_template to parse list only files and extend or replace the content of the list based on the selected module options. Change-Id: I2a24033b0323bcc25bd1b50ffb4034441ab2f468 Signed-off-by: Kevin Carter <kecarter@redhat.com>
22 lines
566 B
YAML
22 lines
566 B
YAML
-
|
|
# libvirt-bin
|
|
process_name: /usr/sbin/libvirtd
|
|
start_command: systemctl start libvirt-bin
|
|
pre_start_command:
|
|
post_start_command:
|
|
restart_command: systemctl restart libvirt-bin
|
|
pre_restart_command:
|
|
post_restart_command:
|
|
run_as_root: True
|
|
|
|
-
|
|
# libvirt-bin
|
|
process_name: /usr/sbin/libvirtd-test
|
|
start_command: systemctl start libvirt-bin-test
|
|
pre_start_command:
|
|
post_start_command:
|
|
restart_command: systemctl restart libvirt-bin-test
|
|
pre_restart_command:
|
|
post_restart_command:
|
|
run_as_root: True
|