diff --git a/SOURCES/rtas_errd.service b/SOURCES/rtas_errd.service new file mode 100644 index 00000000..a08b0a37 --- /dev/null +++ b/SOURCES/rtas_errd.service @@ -0,0 +1,15 @@ +[Unit] +Description=ppc64-diag rtas_errd (platform error handling) Service +After=syslog.target + + +[Service] +Type=forking +ExecStart=/usr/libexec/ppc64-diag/rtas_errd start +ExecStop=/usr/libexec/ppc64-diag/rtas_errd stop +StandardOutput=syslog +StandardError=syslog + +[Install] +WantedBy=multi-user.target +