1[Unit] 2Description=Set the SPI mux 3ConditionPathExists=!/run/openbmc/chassis@0-on 4After=phosphor-reset-chassis-running@0.service 5After=phosphor-wait-power-off@0.service 6 7[Service] 8ExecStartPre=@bindir@/openpower-proc-control cfamReset 9ExecStartPre=@bindir@/openpower-proc-control scanFSI 10ExecStart=@bindir@/openpower-proc-control setSPIMux 11ExecStartPost=@bindir@/openpower-proc-control scanFSI 12SyslogIdentifier=openpower-proc-control 13Type=oneshot 14 15[Install] 16WantedBy=multi-user.target 17#WantedBy=obmc-chassis-poweroff@0.target 18