summarylogtreecommitdiffstats
path: root/opensm.service
blob: fd08793117cb49b61dd376398da70346ca828775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copied from Fedora's opensm-3.3.19-1.fc23.srpm
# Modified to follow Arch layout
                                                     
[Unit]
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
Documentation=man:opensm
DefaultDependencies=false
Before=network.target remote-fs-pre.target
Requires=rdma.service
After=rdma.service

[Service]
Type=forking
# There is a timing bug that intermittently causes signal 15 failures on start
# Fedora's workaround is to use a separate script
ExecStart=/usr/bin/opensm.launch

[Install]
WantedBy=network.target