blob: 11c8563f38d1342ae80fdb75aa3f448273fb8f24 [file] [log] [blame]
Matt Spinlerd09f7502017-04-07 14:21:33 -05001[Unit]
2Description=Disable FSI
3Conflicts=fsi-enable.service
4
5[Service]
Matt Spinler6f355742017-04-07 15:38:13 -05006ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
Joel Stanleyfada44f2017-06-22 15:34:47 +09307ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Matt Spinlerd09f7502017-04-07 14:21:33 -05008Type=oneshot
9RemainAfterExit=yes