blob: ff757b7b35333ff090157315807e3fc8fe6ab3d9 [file] [log] [blame]
Andrew Geissler3292c062021-06-23 21:11:10 -05001[Unit]
2Description=Clear host running status register
3Wants=obmc-host-stop-pre@0.target
4Before=obmc-host-stop-pre@0.target
Adriana Kobylakbbb53392022-02-14 21:15:48 +00005After=openpower-update-bios-attr-table.service
Andrew Geissler3292c062021-06-23 21:11:10 -05006Conflicts=obmc-host-startmin@0.target
7
8[Service]
9RemainAfterExit=yes
10Type=oneshot
11ExecStart=/usr/bin/openpower-proc-control clearHostRunning
12
13[Install]
14WantedBy=obmc-host-stop@0.target