blob: e14803204d0a41620174a584d5cbc9e4d7a0f020 [file] [log] [blame]
Matt Spinlerd09f7502017-04-07 14:21:33 -05001[Unit]
2Description=Enable FSI
3Conflicts=fsi-disable.service
Matt Spinlerf09b54a2018-06-29 14:38:31 -05004Wants=fsi-scan@0.service
5Before=fsi-scan@0.service
Matt Spinlerd09f7502017-04-07 14:21:33 -05006
7[Service]
Joel Stanleyfada44f2017-06-22 15:34:47 +09308ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Matt Spinlerd09f7502017-04-07 14:21:33 -05009Type=oneshot
10RemainAfterExit=yes