36 lines
973 B
Diff
36 lines
973 B
Diff
From 7aa045f5ec0289d8f22349a6c00a2dba926d47fb Mon Sep 17 00:00:00 2001
|
|
From: lei_ju <lj3074194431@163.com>
|
|
Date: Tue, 1 Sep 2020 09:42:46 +0800
|
|
Subject: [PATCH] Fix abrt-xorg and abrt-oops service starts failed
|
|
|
|
|
|
diff --git a/init-scripts/abrt-oops.service b/init-scripts/abrt-oops.service
|
|
index 69aaaa9..7cbb0eb 100644
|
|
--- a/init-scripts/abrt-oops.service
|
|
+++ b/init-scripts/abrt-oops.service
|
|
@@ -1,7 +1,7 @@
|
|
[Unit]
|
|
Description=ABRT kernel log watcher
|
|
After=abrtd.service
|
|
-Requisite=abrtd.service
|
|
+Requires=abrtd.service
|
|
|
|
[Service]
|
|
# systemd requires absolute paths to executables
|
|
diff --git a/init-scripts/abrt-xorg.service b/init-scripts/abrt-xorg.service
|
|
index 2719257..a27d7a9 100644
|
|
--- a/init-scripts/abrt-xorg.service
|
|
+++ b/init-scripts/abrt-xorg.service
|
|
@@ -1,7 +1,7 @@
|
|
[Unit]
|
|
Description=ABRT Xorg log watcher
|
|
After=abrtd.service
|
|
-Requisite=abrtd.service
|
|
+Requires=abrtd.service
|
|
|
|
[Service]
|
|
# systemd requires absolute paths to executables
|
|
--
|
|
2.23.0
|
|
|