4 lines
234 B
Plaintext
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"
|