summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-disable.service
blob: 11c8563f38d1342ae80fdb75aa3f448273fb8f24 (plain)
1
2
3
4
5
6
7
8
9
[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
OpenPOWER on IntegriCloud