05f865f407dcaabba1adedfe17a837068408ae4c
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / files / taishan_workaround.service
1 [Unit]
2 Description=Numa node workaround configuration
3
4 [Service]
5 ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.0/numa_node'
6 ExecStart=/bin/sh -c 'echo 1 > /sys/bus/pci/devices/000a:11:00.1/numa_node'
7 Type=oneshot
8 RemainAfterExit=yes
9
10 [Install]
11 WantedBy=multi-user.target