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
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=yes -
ProtectSystem
Introduced in systemd 214=full -
RemainAfterExit=on
-
RestrictRealtime
Introduced 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.