88924af
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
88924af
From: Christian Glombek <cglombek@redhat.com>
88924af
Date: Tue, 14 Nov 2023 07:54:59 +0100
88924af
Subject: [PATCH] Remove [Install] section from aux systemd units
88924af
88924af
See https://bugzilla.redhat.com/show_bug.cgi?id=2247635#c7
88924af
---
88924af
 docs/grub-boot-indeterminate.service             | 3 ---
88924af
 util/systemd/grub-systemd-integration.service.in | 3 ---
88924af
 2 files changed, 6 deletions(-)
88924af
88924af
diff --git a/docs/grub-boot-indeterminate.service b/docs/grub-boot-indeterminate.service
88924af
index 5bcb474a3d31..6c8dcb186b63 100644
88924af
--- a/docs/grub-boot-indeterminate.service
88924af
+++ b/docs/grub-boot-indeterminate.service
88924af
@@ -9,6 +9,3 @@ Before=system-update-pre.target
88924af
 [Service]
88924af
 Type=oneshot
88924af
 ExecStart=/usr/bin/grub2-editenv - incr boot_indeterminate
88924af
-
88924af
-[Install]
88924af
-WantedBy=system-update.target
88924af
diff --git a/util/systemd/grub-systemd-integration.service.in b/util/systemd/grub-systemd-integration.service.in
88924af
index 22ca1ca4885e..c81fb594ce17 100644
88924af
--- a/util/systemd/grub-systemd-integration.service.in
88924af
+++ b/util/systemd/grub-systemd-integration.service.in
88924af
@@ -6,6 +6,3 @@ ConditionPathExists=/run/systemd/reboot-to-boot-loader-menu
88924af
 
88924af
 [Service]
88924af
 ExecStart=@libexecdir@/@grubdirname@/systemd-integration.sh
88924af
-
88924af
-[Install]
88924af
-WantedBy=reboot.target