From 51ef27c2e526b756af192ab27a4fc87699b83088 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 11 Dec 2017 15:51:30 +0100 Subject: [dhcpc/systemd] forward correct nic name 'br-nic-1' as %I became 'br/nic/1' which isn't very linux friendly :) --- core/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/modules/dhcpc-busybox/data') 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 -- cgit v1.2.3-55-g7522