mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Don't install legacy initscripts at same time as systemd ones
The Fedora policies don't want us installing the legacy initscripts in parallel with the systemd ones, so switch to only install the systemd unit Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
5cdcb75d45
commit
49e5abb6a6
@ -1217,9 +1217,7 @@ of recent versions of Linux (and other OSes).
|
||||
%define with_packager_version --with-packager-version="%{release}"
|
||||
|
||||
%if %{with_systemd}
|
||||
# We use 'systemd+redhat', so if someone installs upstart or
|
||||
# legacy init scripts, they can still start libvirtd, etc
|
||||
%define init_scripts --with-init_script=systemd+redhat
|
||||
%define init_scripts --with-init_script=systemd
|
||||
%else
|
||||
%define init_scripts --with-init_script=redhat
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user