blob: 2cf65a37945bcf8291ef64666476e5896fe1cf7a [file] [log] [blame]
Matt Spinlerd09f7502017-04-07 14:21:33 -05001[Unit]
2Description=Enable FSI
3Conflicts=fsi-disable.service
Matt Spinlerd09f7502017-04-07 14:21:33 -05004
5[Service]
Joel Stanleyfada44f2017-06-22 15:34:47 +09306ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Matt Spinlerd09f7502017-04-07 14:21:33 -05007Type=oneshot
8RemainAfterExit=yes