diff options
| author | root | 2013-02-12 14:28:02 +0100 |
|---|---|---|
| committer | root | 2013-02-12 14:28:02 +0100 |
| commit | dc54111382adcf4afc2539d2dc8ac0f822906c9e (patch) | |
| tree | cca8050a1cc4df12e2a954fa485a9bbd55d3a6ef /remote/tools/systemd/data/usr/lib | |
| parent | [base] fix for mounting nfs (diff) | |
| download | tm-scripts-dc54111382adcf4afc2539d2dc8ac0f822906c9e.tar.gz tm-scripts-dc54111382adcf4afc2539d2dc8ac0f822906c9e.tar.xz tm-scripts-dc54111382adcf4afc2539d2dc8ac0f822906c9e.zip | |
[systemd] service files for: network interface, udhcpc, nfs mount
Diffstat (limited to 'remote/tools/systemd/data/usr/lib')
| -rw-r--r-- | remote/tools/systemd/data/usr/lib/udev/rules.d/99-systemd.rules | 2 |
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" |
