| William A. Kennington III | 0e22d32 | 2022-04-07 12:32:36 -0700 | [diff] [blame] | 1 | [Unit] | 
| 2 | Description=Power Cycle Delay | ||||
| 3 | |||||
| 4 | [Service] | ||||
| 5 | Type=oneshot | ||||
| 6 | Environment=PSU_HARDRESET_DELAY=0 | ||||
| 7 | EnvironmentFile=-/run/psu_timedelay | ||||
| 8 | ExecStart=/bin/sleep $PSU_HARDRESET_DELAY | ||||