Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Scan FSI devices
|
||||
Wants=obmc-power-on@%i.target
|
||||
After=obmc-power-on@%i.target
|
||||
Wants=obmc-host-start-pre@%i.target
|
||||
Before=obmc-host-start-pre@%i.target
|
||||
After=op-cfam-reset.service
|
||||
Before=start_host@%i.service
|
||||
Conflicts=obmc-chassis-poweroff@%i.target
|
||||
Conflicts=obmc-host-stop@%i.target
|
||||
ConditionPathExists=!/run/openbmc/mpreboot@%i
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/openpower-proc-control scanFSI
|
||||
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=obmc-chassis-poweron@%i.target
|
||||
WantedBy=obmc-host-startmin@%i.target
|
||||
Reference in New Issue
Block a user