summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
blob: 2cf65a37945bcf8291ef64666476e5896fe1cf7a (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Enable FSI
Conflicts=fsi-disable.service

[Service]
ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes
OpenPOWER on IntegriCloud