2015-03-11 08:57:35 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
|
|
|
|
|
Documentation=man:opensm
|
|
|
|
|
DefaultDependencies=false
|
|
|
|
|
Before=network.target remote-fs-pre.target
|
2018-01-03 10:29:10 +00:00
|
|
|
After=rdma-hw.target
|
2015-03-11 08:57:35 +00:00
|
|
|
|
|
|
|
|
[Service]
|
2021-10-19 15:17:16 +00:00
|
|
|
# added automatically, for details please see
|
|
|
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
|
|
|
ProtectSystem=full
|
|
|
|
|
ProtectHome=true
|
|
|
|
|
ProtectHostname=true
|
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
|
ProtectKernelModules=true
|
|
|
|
|
ProtectKernelLogs=true
|
|
|
|
|
ProtectControlGroups=true
|
|
|
|
|
RestrictRealtime=true
|
|
|
|
|
# end of automatic additions
|
2015-03-11 08:57:35 +00:00
|
|
|
Type=forking
|
2020-11-04 12:18:14 +00:00
|
|
|
ExecStart=@LIBEXEC@/opensm-launch
|
2015-03-11 08:57:35 +00:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=network.target
|