summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data/etc
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-28 15:22:14 +0200
committerSimon Rettberg2013-06-28 15:22:14 +0200
commit00f089e8c95ccff96b6839d6d2fd806217f6665d (patch)
tree43ea73f1ad1555db590ceaad164bd0ff09d6ee64 /remote/modules/systemd/data/etc
parentsimplicity + elegance (diff)
downloadtm-scripts-00f089e8c95ccff96b6839d6d2fd806217f6665d.tar.gz
tm-scripts-00f089e8c95ccff96b6839d6d2fd806217f6665d.tar.xz
tm-scripts-00f089e8c95ccff96b6839d6d2fd806217f6665d.zip
Rework networking setup to be more robust
Diffstat (limited to 'remote/modules/systemd/data/etc')
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/udhcpc@.service4
1 files changed, 2 insertions, 2 deletions
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