Files
OpenBMC/meta-openpower/recipes-phosphor/fsi/op-fsi/fsi-enable.service
T
2026-04-23 17:07:55 +08:00

11 lines
232 B
Desktop File

[Unit]
Description=Enable FSI
Conflicts=fsi-disable.service
Wants=fsi-scan@0.service
Before=fsi-scan@0.service
[Service]
ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"
Type=oneshot
RemainAfterExit=yes