mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
282988c4f8
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.
9 lines
280 B
Plaintext
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"
|
|
|