diff options
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 |