summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/files/com.intel.AtScaleDebugJtagTest.service
blob: 281d1a9934039af62824d08b09267a0e7eac009f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Intel BMC At Scale Debug JTAG test to check if remote debug setting is enabled

[Service]
Type=oneshot
ExecStartPre=/bin/sleep 10
ExecStart={bindir}/jtag_test
SyslogIdentifier=jtag_test
RemainAfterExit=true

[Install]
WantedBy=obmc-host-start@0.target