opensm/SOURCES/opensm.service

14 lines
281 B
SYSTEMD
Raw Normal View History

2019-08-01 21:46:35 +00:00
[Unit]
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
Documentation=man:opensm
DefaultDependencies=false
Before=network.target remote-fs-pre.target
2021-03-30 14:55:51 +00:00
After=rdma-hw.target
2019-08-01 21:46:35 +00:00
[Service]
Type=forking
ExecStart=/usr/libexec/opensm-launch
[Install]
WantedBy=network.target