summaryrefslogtreecommitdiffstats
path: root/core/modules/systemd
diff options
context:
space:
mode:
authorJonathan Bauer2017-12-11 15:51:30 +0100
committerJonathan Bauer2017-12-11 15:51:30 +0100
commit51ef27c2e526b756af192ab27a4fc87699b83088 (patch)
treebfcc5ada214cc95e3efe182d94a1bb1aae377dcd /core/modules/systemd
parent[systemd] bring additional nic bridges up (diff)
downloadmltk-51ef27c2e526b756af192ab27a4fc87699b83088.tar.gz
mltk-51ef27c2e526b756af192ab27a4fc87699b83088.tar.xz
mltk-51ef27c2e526b756af192ab27a4fc87699b83088.zip
[dhcpc/systemd] forward correct nic name
'br-nic-1' as %I became 'br/nic/1' which isn't very linux friendly :)
Diffstat (limited to 'core/modules/systemd')
-rw-r--r--core/modules/systemd/data/etc/systemd/system/network-interface@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/systemd/data/etc/systemd/system/network-interface@.service b/core/modules/systemd/data/etc/systemd/system/network-interface@.service
index ea9cc56e..9da35a5c 100644
--- a/core/modules/systemd/data/etc/systemd/system/network-interface@.service
+++ b/core/modules/systemd/data/etc/systemd/system/network-interface@.service
@@ -5,5 +5,5 @@ Before=dhcpc@%i.service
[Service]
Type=simple
-ExecStart=/opt/openslx/sbin/ip link set dev %I up
+ExecStart=/opt/openslx/sbin/ip link set dev %i up