diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-14 18:28:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-16 15:12:07 +0000 |
commit | 589986012c4b3ab68e299a2eadca18f90080113b (patch) | |
tree | f29a53b04a1950cdddae69344bccb3f0146fa728 /nvmf-autoconnect/systemd/nvmefc-boot-connections.service | |
parent | Releasing debian version 1.16-4. (diff) | |
download | nvme-cli-589986012c4b3ab68e299a2eadca18f90080113b.tar.xz nvme-cli-589986012c4b3ab68e299a2eadca18f90080113b.zip |
Merging upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'nvmf-autoconnect/systemd/nvmefc-boot-connections.service')
-rw-r--r-- | nvmf-autoconnect/systemd/nvmefc-boot-connections.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvmf-autoconnect/systemd/nvmefc-boot-connections.service b/nvmf-autoconnect/systemd/nvmefc-boot-connections.service deleted file mode 100644 index 33ab8c1..0000000 --- a/nvmf-autoconnect/systemd/nvmefc-boot-connections.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Auto-connect to subsystems on FC-NVME devices found during boot -ConditionPathExists=/sys/class/fc/fc_udev_device/nvme_discovery - -[Service] -Type=oneshot -ExecStart=/bin/sh -c "echo add > /sys/class/fc/fc_udev_device/nvme_discovery" - -[Install] -WantedBy=default.target |