1[Unit]
2Description=PHAL, Create boottime guard indicator
3Before=start_host@0.service
4
5[Service]
6Type=oneshot
7RemainAfterExit=no
8ExecStart=/bin/mkdir -p /tmp/phal
9# PHAL will take some guard actions based on the below indicator
10# and remove it.
11ExecStart=/bin/touch /tmp/phal/boottime_guard_indicator
12
13[Install]
14#WantedBy=obmc-host-start@0.target
15#WantedBy=obmc-host-quiesce@0.target
16