Matt Spinler | cf92a50 | 2017-03-08 13:53:51 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=Disable FSI | ||||
3 | Conflicts=fsi-enable.service | ||||
4 | |||||
5 | [Service] | ||||
Patrick Venture | 3113a28 | 2019-04-09 11:21:43 -0700 | [diff] [blame] | 6 | ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock |
Joel Stanley | bf61c99 | 2017-06-22 15:34:47 +0930 | [diff] [blame] | 7 | ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode" |
Matt Spinler | cf92a50 | 2017-03-08 13:53:51 -0600 | [diff] [blame] | 8 | Type=oneshot |
9 | RemainAfterExit=yes |