11 lines
232 B
Desktop File
11 lines
232 B
Desktop File
[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
|