summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-disable.service
blob: 6988c4fa230cbe90970a229deec5d41404e0715d (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Disable FSI
Conflicts=fsi-enable.service

[Service]
ExecStart=/usr/bin/openpower-proc-control setSyncFSIClock
ExecStart=/bin/sh -c "echo 1 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes