Matt Spinler | 1a35b16 | 2017-03-08 13:53:51 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=Disable FSI | ||||
3 | Conflicts=fsi-enable.service | ||||
4 | |||||
5 | [Service] | ||||
6 | ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/unbind" | ||||
7 | Type=oneshot | ||||
8 | RemainAfterExit=yes |