10 lines
239 B
Desktop File
10 lines
239 B
Desktop File
[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
|