blob: 5b353cc6fcfae6cb68afe141c955bf8efffafb47 [file] [log] [blame]
[Unit]
Description=Disable FSI
Conflicts=fsi-enable.service
[Service]
ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo fsi-master > /sys/bus/platform/drivers/fsi-master-gpio/unbind || echo gpio-fsi > /sys/bus/platform/drivers/fsi-master-gpio/unbind"
Type=oneshot
RemainAfterExit=yes