Files
server/usr/lib/udev/rules.d/70-iscsi-network-interface.rules
2026-01-07 20:52:11 +01:00

4 lines
234 B
Plaintext

# run before 80-networking.rules to run before ifupdown
SUBSYSTEM=="net", ACTION=="add", RUN+="/usr/lib/open-iscsi/net-interface-handler start"
SUBSYSTEM=="net", ACTION=="remove", RUN+="/usr/lib/open-iscsi/net-interface-handler stop"