summaryrefslogtreecommitdiffstats
path: root/nvmf-autoconnect/systemd/nvmf-autoconnect.service.in
blob: c57ff718cc47d0b5559257be5e2578ed6790ae45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Connect NVMe-oF subsystems automatically during boot
ConditionPathExists=|!@SYSCONFDIR@/nvme/config.json
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