1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 09:21:11 +03:00
systemd-stable/etc/udev/gentoo/90-network.rules
2007-08-26 13:54:32 +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"