blob: bd1c2597e143a612905f40e8f2dcf485e939d066 [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]
14WantedBy=obmc-host-start@0.target
15WantedBy=obmc-host-quiesce@0.target