25 lines
613 B
SYSTEMD
25 lines
613 B
SYSTEMD
|
[Unit]
|
||
|
Description=Starts the OpenSM InfiniBand fabric Subnet Manager
|
||
|
Documentation=man:opensm
|
||
|
DefaultDependencies=false
|
||
|
Before=network.target remote-fs-pre.target
|
||
|
After=rdma-hw.target
|
||
|
|
||
|
[Service]
|
||
|
# 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
|
||
|
Type=forking
|
||
|
ExecStart=@LIBEXEC@/opensm-launch
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=network.target
|