mirror of
git://slackware.nl/current.git
synced 2025-01-10 05:25:51 +01:00
6 lines
305 B
Text
6 lines
305 B
Text
|
# This file will be overwritten in next upgrade. Please put your
|
||
|
# custom rules somewhere else (90-local.rules is a good idea)
|
||
|
|
||
|
SUBSYSTEM=="net", NAME=="?*", ACTION=="add", RUN+="nethelper.sh $env{INTERFACE} start"
|
||
|
SUBSYSTEM=="net", NAME=="?*", ACTION=="remove", RUN+="nethelper.sh $env{INTERFACE} stop"
|