Matt Spinler | d09f750 | 2017-04-07 14:21:33 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=Enable FSI | ||||
3 | Conflicts=fsi-disable.service | ||||
Matt Spinler | d09f750 | 2017-04-07 14:21:33 -0500 | [diff] [blame] | 4 | |
5 | [Service] | ||||
Joel Stanley | fada44f | 2017-06-22 15:34:47 +0930 | [diff] [blame^] | 6 | ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode" |
Matt Spinler | d09f750 | 2017-04-07 14:21:33 -0500 | [diff] [blame] | 7 | Type=oneshot |
8 | RemainAfterExit=yes |