Anthony Wilson | 171fbdf | 2018-11-01 13:38:50 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=POWER9 PCIe Power-off Workaround | ||||
3 | Before=op-power-stop@%i.service | ||||
4 | After=obmc-power-stop-pre@%i.target | ||||
5 | |||||
6 | [Service] | ||||
7 | Type=oneshot | ||||
Patrick Venture | b964c92 | 2019-03-28 13:10:36 -0700 | [diff] [blame] | 8 | ExecStart=@bindir@/openpower-proc-control cleanupPcie |
Anthony Wilson | 171fbdf | 2018-11-01 13:38:50 -0500 | [diff] [blame] | 9 | |
10 | [Install] | ||||
11 | WantedBy=obmc-chassis-poweroff@%i.target |