From 00f089e8c95ccff96b6839d6d2fd806217f6665d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 28 Jun 2013 15:22:14 +0200 Subject: Rework networking setup to be more robust --- remote/modules/systemd/data/etc/systemd/system/udhcpc@.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/modules/systemd') diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service index 611d0f98..b9bbcbdd 100644 --- a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service +++ b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service @@ -3,9 +3,9 @@ Description=DHCP Client [Service] Type=forking -PIDFile=/run/udhcpc.%I.pid +PIDFile=/run/udhcpc/udhcpc.%I.pid ExecStart=/opt/openslx/bin/dhcp++ %I -ExecStopPost=/bin/rm /run/udhcpc.%I.pid +ExecStopPost=/bin/rm /run/udhcpc/udhcpc.%I.pid [Install] WantedBy=multi-user.target -- cgit v1.2.3-55-g7522