File: rdma-hw.target.in

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (13 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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