summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox
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/dhcpc-busybox
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/dhcpc-busybox')
-rw-r--r--core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service b/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
index 6c2061a0..d797dd4b 100644
--- a/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
+++ b/core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
@@ -4,7 +4,7 @@ After=systemd-tmpfiles-setup.service
[Service]
Type=forking
-PIDFile=/run/udhcpc/udhcpc.%I.pid
-ExecStart=/opt/openslx/scripts/systemd-udhcpc++ %I
-ExecStopPost=/opt/openslx/bin/rm /run/udhcpc/udhcpc.%I.pid
+PIDFile=/run/udhcpc/udhcpc.%i.pid
+ExecStart=/opt/openslx/scripts/systemd-udhcpc++ %i
+ExecStopPost=/opt/openslx/bin/rm /run/udhcpc/udhcpc.%i.pid