You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
378 B
12 lines
378 B
--- a/scripts/rtas_errd.service |
|
+++ b/scripts/rtas_errd.service |
|
@@ -1,7 +1,7 @@ |
|
[Unit] |
|
Description=ppc64-diag rtas_errd (platform error handling) Service |
|
-ConditionPathExists=|!/proc/ppc64/rtas/error_log |
|
-ConditionPathExists=|!/proc/ppc64/error_log |
|
+ConditionPathExists=|/proc/ppc64/rtas/error_log |
|
+ConditionPathExists=|/proc/ppc64/error_log |
|
After=syslog.target |
|
|
|
[Service]
|
|
|