summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service')
-rw-r--r--meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
index 11c8563f3..6988c4fa2 100644
--- a/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
+++ b/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
@@ -3,7 +3,7 @@ Description=Disable FSI
Conflicts=fsi-enable.service
[Service]
-ExecStart=/usr/sbin/openpower-proc-control setSyncFSIClock
+ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes