opensm/SOURCES/opensm.service

14 lines
281 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-12-16 16:38:34 +00:00
After=rdma-hw.target
2020-04-24 03:30:27 +00:00
[Service]
Type=forking
ExecStart=/usr/libexec/opensm-launch
[Install]
WantedBy=network.target