nvme-cli/SOURCES/99-nvme-nbft-connect.sh

6 lines
113 B
Bash
Raw Normal View History

2024-09-30 16:12:05 +00:00
#!/bin/bash
if [[ "$1" == nbft* ]] && [[ "$2" == "up" ]]; then
systemctl start nvmf-connect-nbft.service
fi