blob: 6988c4fa230cbe90970a229deec5d41404e0715d [file] [log] [blame]
Matt Spinlercf92a502017-03-08 13:53:51 -06001[Unit]
2Description=Disable FSI
3Conflicts=fsi-enable.service
4
5[Service]
Patrick Venture3113a282019-04-09 11:21:43 -07006ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
Joel Stanleybf61c992017-06-22 15:34:47 +09307ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Matt Spinlercf92a502017-03-08 13:53:51 -06008Type=oneshot
9RemainAfterExit=yes