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 |
| 4 | |
| 5 | [Service] |
Eddie James | e62ca93 | 2020-07-30 11:32:21 -0500 | [diff] [blame^] | 6 | ExecStartPre=@bindir@/openpower-proc-control cfamReset |
| 7 | ExecStartPre=@bindir@/openpower-proc-control scanFSI |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 8 | ExecStart=@bindir@/openpower-proc-control setSPIMux |
Eddie James | e62ca93 | 2020-07-30 11:32:21 -0500 | [diff] [blame^] | 9 | ExecStartPost=@bindir@/openpower-proc-control scanFSI |
Eddie James | ce042fe | 2020-01-28 10:25:13 -0600 | [diff] [blame] | 10 | SyslogIdentifier=openpower-proc-control |
| 11 | Type=oneshot |
| 12 | RemainAfterExit=yes |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |