This unit is provided by:
Options
-
[Install] -
[Service]-
EnvironmentFile=/etc/default/opensm -
ExecCondition=/bin/sh -c 'if test "$PORTS" = NONE; then echo "opensm is disabled via PORTS=NONE."; exit 1; fi' -
ExecStart=/bin/sh -c 'if test "$PORTS" = ALL; then PORTS=$(/usr/sbin/ibstat -p); if test -z "$PORTS"; then echo "No InfiniBand ports found."; exit 0; fi; fi; echo "Starting opensm on following ports: $PORTS"; systemctl start $(echo $PORTS | sed -r "s/(\\w+)/opensm@\\1.service/g")' -
ExecStart=/usr/libexec/opensm-launch -
ProtectControlGroupsIntroduced in systemd 232=yes -
ProtectHomeIntroduced in systemd 214=yes -
ProtectHostnameIntroduced in systemd 242=yes -
ProtectKernelLogsIntroduced in systemd 244=yes -
ProtectKernelModulesIntroduced in systemd 232=yes -
ProtectKernelTunablesIntroduced in systemd 232=yes -
ProtectSystemIntroduced in systemd 214=full -
RemainAfterExit=on -
RestrictRealtimeIntroduced in systemd 231=yes -
Type=forking -
Type=oneshot
-
-
[Unit]-
After=rdma-hw.target -
Before=network.target remote-fs-pre.target -
ConditionPathExists=/sys/class/infiniband_mad/abi_version -
DefaultDependencies=no -
Description=Starts the OpenSM InfiniBand fabric Subnet Manager -
Description=Starts the OpenSM InfiniBand fabric Subnet Managers -
Documentation=man:opensm -
Documentation=man:opensm(8)
-
Additionnal notes
Nothing here.