Infini-DL360: run infiniband setup script as root

This commit is contained in:
Infinidoge 2024-10-22 12:02:40 -04:00
parent f8efb0fa86
commit 4420a3cd9a
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -123,5 +123,9 @@
echo "eth" > /sys/bus/pci/devices/0000:04:00.0/mlx4_port1
echo "eth" > /sys/bus/pci/devices/0000:04:00.0/mlx4_port2
'';
serviceConfig = {
User = "root";
Group = "root";
};
};
}