systemd/debian/extra/rules/80-networking.rules
Martin Pitt 47d7095cbd 80-networking.rules: Only call agents for add|remove
They don't handle other events, and net.agent just logs an error message. Avoid
wasted cycles on calling these scripts for change|move.
2015-06-17 14:42:49 +02:00

5 lines
122 B
Plaintext

SUBSYSTEM=="net", ACTION=="add|remove", RUN+="net.agent"
SUBSYSTEM=="atm", ACTION=="add|remove", RUN+="dsl-modem.agent"