summaryrefslogtreecommitdiffstats
path: root/remote/tools/systemd/data/usr
diff options
context:
space:
mode:
authorMichael Neves2013-02-15 17:09:04 +0100
committerMichael Neves2013-02-15 17:09:04 +0100
commit3de31c7d1005a97ce539df96b3926efa224f65e1 (patch)
tree4b808cf35fe213ff02ef291f92a5a57f73bb9481 /remote/tools/systemd/data/usr
parentldm (diff)
parentdebug output cleaned a bit (diff)
downloadtm-scripts-3de31c7d1005a97ce539df96b3926efa224f65e1.tar.gz
tm-scripts-3de31c7d1005a97ce539df96b3926efa224f65e1.tar.xz
tm-scripts-3de31c7d1005a97ce539df96b3926efa224f65e1.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/tools/systemd/data/usr')
-rw-r--r--remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules b/remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
index 52377d1f..387a5754 100644
--- a/remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
+++ b/remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
@@ -31,7 +31,7 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T
#
# http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=libudev/libudev-enumerate.c;h=da831449dcaf5e936a14409e8e68ab12d30a98e2;hb=HEAD#l742
-SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network@$name.service"
+SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"
SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k"
SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target"