blob: e14803204d0a41620174a584d5cbc9e4d7a0f020 [file] [log] [blame]
[Unit]
Description=Enable FSI
Conflicts=fsi-disable.service
Wants=fsi-scan@0.service
Before=fsi-scan@0.service
[Service]
ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes