Initial commit
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=OpenPOWER debug data collector for host checkstop
|
||||
Before=obmc-host-quiesce@%i.target
|
||||
|
||||
[Service]
|
||||
# Adding 10 seconds to allow OCC to collect debug data
|
||||
# before processing checkstop. OCC has to wait 5 seconds
|
||||
# for our driver to stop using the SBEFIFO.
|
||||
ExecStart={base_bindir}/sleep 10
|
||||
ExecStart=/usr/bin/checkstop_app
|
||||
Type=oneshot
|
||||
Restart=no
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=OpenPOWER debug data collector for host %I watchdog timeout
|
||||
Before=obmc-host-quiesce@%i.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/openpower-proc-control collectSBEHBData
|
||||
Type=oneshot
|
||||
Restart=no
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=OpenPOWER debug data collector for host watchdog timeout
|
||||
Before=obmc-host-quiesce@%i.target
|
||||
After=op-stop-instructions@%i.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/watchdog_timeout
|
||||
Type=oneshot
|
||||
Restart=no
|
||||
Reference in New Issue
Block a user