16 lines
310 B
SYSTEMD
16 lines
310 B
SYSTEMD
|
[Unit]
|
||
|
Description=ppc64-diag rtas_errd (platform error handling) Service
|
||
|
After=syslog.target
|
||
|
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/libexec/ppc64-diag/rtas_errd.init start
|
||
|
ExecStop=/usr/libexec/ppc64-diag/rtas_errd.init stop
|
||
|
StandardOutput=syslog
|
||
|
StandardError=syslog
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|