blob: e14803204d0a41620174a584d5cbc9e4d7a0f020 [file] [log] [blame]
Matt Spinlercf92a502017-03-08 13:53:51 -06001[Unit]
2Description=Enable FSI
3Conflicts=fsi-disable.service
Matt Spinlerc8c422a2018-06-29 14:38:31 -05004Wants=fsi-scan@0.service
5Before=fsi-scan@0.service
Matt Spinlercf92a502017-03-08 13:53:51 -06006
7[Service]
Joel Stanleybf61c992017-06-22 15:34:47 +09308ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Matt Spinlercf92a502017-03-08 13:53:51 -06009Type=oneshot
10RemainAfterExit=yes