13 lines
262 B
SYSTEMD
13 lines
262 B
SYSTEMD
|
[Unit]
|
||
|
Description=Connect NVMe-oF subsystems automatically during boot
|
||
|
ConditionPathExists=/etc/nvme/discovery.conf
|
||
|
After=network.target
|
||
|
Before=remote-fs-pre.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/sbin/nvme connect-all
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|