1[Unit]
2Description=Scan FSI devices
3Wants=obmc-power-on@%i.target
4After=obmc-power-on@%i.target
5Wants=obmc-host-start-pre@%i.target
6Before=obmc-host-start-pre@%i.target
7Conflicts=obmc-chassis-poweroff@%i.target
8
9[Service]
10ExecStart=/usr/bin/env openpower-proc-control scanFSI
11SyslogIdentifier=openpower-proc-control
12
13Type=oneshot
14RemainAfterExit=yes
15
16[Install]
17WantedBy=obmc-chassis-poweron@%i.target
18