%PDF- %PDF-
Direktori : /data/old/usr/lib/systemd/system/ |
Current File : //data/old/usr/lib/systemd/system/ibacm.service |
[Unit] Description=InfiniBand Address Cache Manager Daemon Documentation=man:ibacm file:/etc/rdma/ibacm_opts.cfg # Cause systemd to always start the socket, which means the parameters in # ibacm.socket always configures the listening socket, even if the deamon is # started directly. Wants=ibacm.socket # Ensure required kernel modules are loaded before starting Wants=rdma-load-modules@rdma.service After=rdma-load-modules@rdma.service # Order ibacm startup after basic RDMA hw setup. After=rdma-hw.target # Implicitly after basic.target, note that ibacm writes to /var/log directly # and thus needs writable filesystems setup. [Service] Type=notify ExecStart=/usr/sbin/ibacm --systemd [Install] Also=ibacm.socket # Only want ibacm if RDMA hardware is present (or the socket is touched) WantedBy=rdma-hw.target