chiark / gitweb /
sd-bus: even if we need a cookie when sending a message there's no need to needlessly...
[elogind.git] / rules / 80-net-setup-link.rules
1 # do not edit this file, it will be overwritten on update
2
3 SUBSYSTEM!="net", GOTO="net_setup_link_end"
4
5 IMPORT{builtin}="path_id"
6
7 ACTION!="add", GOTO="net_setup_link_end"
8
9 IMPORT{builtin}="net_setup_link"
10
11 NAME=="", ENV{ID_NET_NAME}!="", NAME="$env{ID_NET_NAME}"
12
13 LABEL="net_setup_link_end"