opensm/SOURCES/opensm.service

14 lines
293 B
SYSTEMD
Raw Normal View History

2020-04-24 03:30:27 +00:00
[Unit]
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
Documentation=man:opensm
DefaultDependencies=false
Before=network.target remote-fs-pre.target
2020-11-09 14:11:07 +00:00
After=rdma-load-modules@.service
2020-04-24 03:30:27 +00:00
[Service]
Type=forking
ExecStart=/usr/libexec/opensm-launch
[Install]
WantedBy=network.target