summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/debug/openpower-debug-collector/openpower-debug-collector-checkstop@.service
blob: 5e8cf3dcdb9b4b29e2dcd90a9d30246c7354a08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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/env checkstop_app
SyslogIdentifier=checkstop_app
Type=oneshot
Restart=no
OpenPOWER on IntegriCloud