HEX
Server: Apache
System: Linux srv3.designthinguk.com 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: lpenergy (1163)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //lib/systemd/system/rdma-hw.target
[Unit]
Description=RDMA Hardware
Documentation=file:/usr/share/doc/rdma-core/udev.md
StopWhenUnneeded=yes

# Start the basic ULP RDMA kernel modules when RDMA hardware is detected (note
# the rdma-load-modules@.service is already before this target)
Wants=rdma-load-modules@rdma.service
# Order after the standard network.target for compatibility with init.d
# scripts that order after networking - this will mean RDMA is ready too.
Before=network.target
# We do not order rdma-hw before basic.target, units for daemons that use RDMA
# have to manually order after rdma-hw.target