blob: d8f28882af33c901a6b3d0a438ae51cdeeacffae [file] [log] [blame]
Matt Spinler3eb55d42017-02-17 12:34:40 -06001[Unit]
2Description=Scan FSI devices
3Wants=obmc-power-on@%i.target
4After=obmc-power-on@%i.target
Matt Spinlerd7a66d42017-02-27 11:38:35 -06005Wants=obmc-host-start-pre@%i.target
6Before=obmc-host-start-pre@%i.target
Josh D. Kingb9ee5362017-04-06 14:43:46 -05007Conflicts=obmc-chassis-poweroff@%i.target
Matt Spinler3eb55d42017-02-17 12:34:40 -06008
9[Service]
Matt Spinler65edf7d2017-09-18 15:50:53 -050010ExecStart=/usr/bin/env openpower-proc-control scanFSI
11SyslogIdentifier=openpower-proc-control
12
Matt Spinler3eb55d42017-02-17 12:34:40 -060013Type=oneshot
14RemainAfterExit=yes
15
16[Install]
Josh D. Kingb9ee5362017-04-06 14:43:46 -050017RequiredBy=obmc-chassis-poweron@%i.target