Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Set the SPI mux |
| 3 | ConditionPathExists=!/run/openbmc/chassis@0-on |
Andrew Geissler | c056f6a | 2020-11-17 13:46:33 -0600 | [diff] [blame^] | 4 | After=op-wait-power-off@0.service |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 5 | |
| 6 | [Service] |
Eddie James | e62ca93 | 2020-07-30 11:32:21 -0500 | [diff] [blame] | 7 | ExecStartPre=@bindir@/openpower-proc-control cfamReset |
| 8 | ExecStartPre=@bindir@/openpower-proc-control scanFSI |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 9 | ExecStart=@bindir@/openpower-proc-control setSPIMux |
Eddie James | e62ca93 | 2020-07-30 11:32:21 -0500 | [diff] [blame] | 10 | ExecStartPost=@bindir@/openpower-proc-control scanFSI |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 11 | SyslogIdentifier=openpower-proc-control |
| 12 | Type=oneshot |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |
Andrew Geissler | c056f6a | 2020-11-17 13:46:33 -0600 | [diff] [blame^] | 16 | WantedBy=obmc-chassis-poweroff@0.target |