1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/usr/rdma-core/kernel-boot/rdma-hw.target.in
2017-10-06 15:13:04 +02:00

13 lines
583 B
SYSTEMD

[Unit]
Description=RDMA Hardware
Documentation=file:@CMAKE_INSTALL_FULL_DOCDIR@/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