Fix libvirt service name

This patch fixes an error encounter within the processmonitor. The
libvirt service name has been changed from libvirt-bin (doesn't exist)
to libvirtd. Tested on Ubuntu Server 20.04 (Focal).

Change-Id: I6f909cb0dec22db6b3ab05d2158ac6e0601f9ad3
This commit is contained in:
James Denton 2021-12-01 14:25:23 -06:00
parent ce5c6d6da3
commit 2d5bedc1f1
1 changed files with 3 additions and 3 deletions

View File

@ -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