Lei YU | 65725b2 | 2017-02-14 20:41:35 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Reset CPLD to wait after VDD is powered up |
| 3 | Wants=op-wait-power-off@%i.service |
| 4 | After=op-wait-power-off@%i.service |
Josh D. King | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 5 | Conflicts=obmc-chassis-poweron@%i.target |
Lei YU | 65725b2 | 2017-02-14 20:41:35 +0800 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | ExecStart={bindir}/cpld_reset.sh |
| 9 | Type=oneshot |
| 10 | RemainAfterExit=yes |
| 11 | |
| 12 | [Install] |
Josh D. King | 5df2fe9 | 2017-04-06 14:43:46 -0500 | [diff] [blame] | 13 | WantedBy=obmc-chassis-poweroff@%i.target |