1[Unit]
2Description=Clear host running status register
3Wants=obmc-host-stop-pre@0.target
4Before=obmc-host-stop-pre@0.target
5After=openpower-update-bios-attr-table.service
6Conflicts=obmc-host-startmin@0.target
7
8[Service]
9RemainAfterExit=yes
10Type=oneshot
11ExecStart=/usr/bin/openpower-proc-control clearHostRunning
12
13[Install]
14#WantedBy=obmc-host-stop@0.target
15