✏️ 正在编辑: iscsi
路径:
/usr/share/initramfs-tools/scripts/local-bottom/iscsi
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/bin/sh # If iscsiuio is present in the initramfs, and it was started by us, # stop it again so the system iscsiuio can take over later. if [ -x /sbin/iscsiuio ] && [ -e /run/initramfs/iscsiuio.pid ] ; then start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 \ --pidfile /run/initramfs/iscsiuio.pid \ --name iscsiuio --exec /sbin/iscsiuio || : fi exit 0
💾 保存文件
← 返回文件管理器