mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
15 lines
370 B
Desktop File
15 lines
370 B
Desktop File
[Unit]
|
|
Description=Initialize the iWARP/InfiniBand/RDMA stack in the kernel
|
|
Documentation=file:/etc/rdma/rdma.conf
|
|
RefuseManualStop=true
|
|
DefaultDependencies=false
|
|
Conflicts=emergency.target emergency.service
|
|
Before=network.target remote-fs-pre.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/rdma-init-kernel
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|