opensm/SOURCES/opensm.service

14 lines
281 B
SYSTEMD
Raw Normal View History

2019-05-07 05:16:31 +00:00
[Unit]
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
Documentation=man:opensm
DefaultDependencies=false
Before=network.target remote-fs-pre.target
2021-05-18 06:37:50 +00:00
After=rdma-hw.target
2019-05-07 05:16:31 +00:00
[Service]
Type=forking
ExecStart=/usr/libexec/opensm-launch
[Install]
WantedBy=network.target