blob: 30b9cf51d4b93f81f14f78c5cd35db6a0610b2aa [file] [log] [blame]
Ramesh Iyyar482a8872022-02-24 01:42:52 -06001[Unit]
2Description=PHAL, Create boottime guard indicator
Ramesh Iyyar482a8872022-02-24 01:42:52 -06003Before=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]
Andrew Geissler933bee72023-05-09 11:10:38 -050014#WantedBy=obmc-host-start@0.target
15#WantedBy=obmc-host-quiesce@0.target