blob: 11c8563f38d1342ae80fdb75aa3f448273fb8f24 [file] [log] [blame]
[Unit]
Description=Disable FSI
Conflicts=fsi-enable.service
[Service]
ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes