chiark / gitweb /
network: move configuration to /etc/systemd/network
[elogind.git] / rules / 85-net-configure-link.rules
1 # do not edit this file, it will be overwritten on update
2
3 SUBSYSTEM!="net", GOTO="net_link_end"
4
5 IMPORT{builtin}="path_id"
6
7 ACTION!="add", GOTO="net_link_end"
8
9 RUN{builtin}="net_link"
10
11 LABEL="net_link_end"