Blob Blame History Raw
From dd090510d7fba88c41adc1b70804c1c79b036736 Mon Sep 17 00:00:00 2001
From: Jan Friesse <jfriesse@redhat.com>
Date: Tue, 27 Sep 2022 18:50:31 +0200
Subject: [PATCH] unit file: Remove Alias directive

Recent change in systemd made imposible to enable booth@.service any
longer - more details in BZ
https://bugzilla.redhat.com/show_bug.cgi?id=2128998. Solution is to
delete Alias directive.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
---
 conf/booth@.service.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/booth@.service.in b/conf/booth@.service.in
index e516194..e4b8fbc 100644
--- a/conf/booth@.service.in
+++ b/conf/booth@.service.in
@@ -8,7 +8,6 @@ ConditionFileNotEmpty=/etc/booth/%i.conf
 Conflicts=pacemaker.service
 
 [Install]
-Alias=boothd
 WantedBy=multi-user.target
 
 [Service]
-- 
2.31.1