xref: /openbmc/openbmc/meta-google/recipes-google/systemd/files/gbmc-psu-hardreset-time.service (revision 3ba9ad62337e687ca274d4baa25a267965d409e1)
1[Unit]
2Description=Power Cycle Delay
3
4[Service]
5Type=oneshot
6Environment=PSU_HARDRESET_DELAY=0
7EnvironmentFile=-/run/psu_timedelay
8ExecStart=/bin/sleep $PSU_HARDRESET_DELAY
9