1[Unit]
2Description=Stop instructions for host%i
3Wants=obmc-host-stop-pre@%i.target
4After=obmc-host-stop-pre@%i.target
5Wants=obmc-host-stopping@%i.target
6Before=obmc-host-stopping@%i.target
7After=op-occ-disable@%i.service
8After=openpower-update-bios-attr-table.service
9Conflicts=obmc-host-startmin@%i.target
10ConditionPathExists=/sys/class/fsi-master/fsi0/slave@00:00/cfam_id
11ConditionPathExists=!/run/openbmc/mpreboot@%i
12
13[Service]
14RemainAfterExit=yes
15Type=oneshot
16TimeoutStartSec=20
17ExecStart=/usr/bin/openpower-proc-control threadStopAll
18
19[Install]
20WantedBy=obmc-host-stop@%i.target
21