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.
15 lines
300 B
15 lines
300 B
[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 |
|
|
|
|