blob: 11c8563f38d1342ae80fdb75aa3f448273fb8f24 [file] [log] [blame]
Matt Spinlercf92a502017-03-08 13:53:51 -06001[Unit]
2Description=Disable FSI
3Conflicts=fsi-enable.service
4
5[Service]
Matt Spinler5e01ce42017-04-07 15:38:13 -05006ExecStart=/usr/sbin/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