Skip to content

Commit

Permalink
Allows systemd to track libvirtd without forking.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjr authored and petems committed Jul 10, 2017
1 parent 77d98af commit c5a2637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
$sysconfig = false
$defaults_file = '/etc/default/libvirt-bin'
$defaults_template = "${module_name}/default/libvirt-bin.erb"
$deb_default = {}
$deb_default = $::service_provider ? {
'systemd' => { 'libvirtd_opts' => '' }, # no '-d', it confuses systemd
default => {},
}
# UNIX socket
$auth_unix_ro = 'none'
$unix_sock_rw_perms = '0770'
Expand Down

0 comments on commit c5a2637

Please sign in to comment.