blob: edb79d7d5476767aa1c238dffe7587235da4aea4 [file] [log] [blame]
Andrew Geisslerdbaf8652017-08-08 15:54:42 -05001[Unit]
2Description=Scan FSI hub device
3Wants=fsi-scan@%i.service
4After=fsi-scan@%i.service
5Conflicts=obmc-chassis-poweroff@%i.target
6
7[Service]
8ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/fsi0/slave@00:00/00:00:00:0a/fsi1/rescan"
9Type=oneshot
10RemainAfterExit=yes