Files
sablink-distro/sys-fs/udev/files/164/90-network.rules
T
2011-04-11 00:01:20 +02:00

9 lines
280 B
Plaintext

# do not edit this file, it will be overwritten on update
# /etc/udev/rules/90-network.rules: triggering network init-scripts
# Activate our network if we can
SUBSYSTEM=="net", ACTION=="add", RUN+="net.sh %k start"
SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"