summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service6
-rw-r--r--core/modules/systemd/data/etc/systemd/system/network-interface@.service2
2 files changed, 4 insertions, 4 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
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