xref: /openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/flash/bios-version/pch-standby.service (revision a1aa6fcb4bf63cf8777853e24da34fc0c464a97a)
1[Unit]
2Description=Wait for PCH Standby Power Sequence Completion
3
4[Service]
5Type=oneshot
6ExecStart=/usr/libexec/pch-standby-check.sh
7RemainAfterExit=yes
8
9[Install]
10WantedBy=multi-user.target
11