관리-도구
편집 파일: 99-nvme-nbft-connect.sh
#!/usr/bin/bash if [[ "$1" == nbft* ]] && [[ "$2" == "up" ]]; then systemctl start nvmf-connect-nbft.service fi