Remove haveged service override

It was needed for Debian stretch only.
This commit is contained in:
Marek Marczykowski-Górecki 2021-02-09 20:54:00 +01:00
parent 0e04298dfc
commit 30f6c496bc
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
3 changed files with 0 additions and 9 deletions

View File

@ -199,9 +199,6 @@ install-deb: install-common install-systemd install-systemd-dropins install-syst
install -d $(DESTDIR)/etc/needrestart/conf.d install -d $(DESTDIR)/etc/needrestart/conf.d
install -D -m 0644 misc/50_qubes.conf $(DESTDIR)/etc/needrestart/conf.d/50_qubes.conf install -D -m 0644 misc/50_qubes.conf $(DESTDIR)/etc/needrestart/conf.d/50_qubes.conf
mkdir -p $(DESTDIR)/etc/systemd/system/
install -m 0644 vm-systemd/haveged.service $(DESTDIR)/etc/systemd/system/
install-corevm: install-rh install-common install-systemd install-sysvinit install-systemd-dropins install-networking install-corevm: install-rh install-common install-systemd install-sysvinit install-systemd-dropins install-networking
install-netvm: install-systemd-networking-dropins install-networkmanager install-netvm: install-systemd-networking-dropins install-networkmanager

View File

@ -60,7 +60,6 @@ etc/sudoers.d/qt_x11_no_mitshm
etc/sudoers.d/umask etc/sudoers.d/umask
etc/sysctl.d/20_tcp_timestamps.conf etc/sysctl.d/20_tcp_timestamps.conf
etc/sysctl.d/80-qubes.conf etc/sysctl.d/80-qubes.conf
etc/systemd/system/haveged.service
etc/systemd/system/xendriverdomain.service etc/systemd/system/xendriverdomain.service
lib/modules-load.d/qubes-core.conf lib/modules-load.d/qubes-core.conf
lib/systemd/system-preset/75-qubes-vm.preset lib/systemd/system-preset/75-qubes-vm.preset

View File

@ -1,5 +0,0 @@
.include /lib/systemd/system/haveged.service
[Install]
WantedBy=
WantedBy=multi-user.target