1
0
Fork 0
nvme-cli/nvmf-autoconnect/systemd/nvmf-autoconnect.service.in

14 lines
318 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Connect NVMe-oF subsystems automatically during boot
ConditionPathExists=@SYSCONFDIR@/nvme/discovery.conf
After=network-online.target
Before=remote-fs-pre.target
[Service]
Type=oneshot
ExecStartPre=/sbin/modprobe nvme-fabrics
ExecStart=@SBINDIR@/nvme connect-all
[Install]
WantedBy=default.target