summaryrefslogtreecommitdiffstats
path: root/remote/modules/dhcpc-busybox
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-04 14:27:33 +0200
committerJonathan Bauer2014-07-04 14:27:33 +0200
commiteb72a3fbf74f932f88ae204bd26298f22ee75a88 (patch)
tree30a7da6fea383d0b4060aea2776809b592a80a0f /remote/modules/dhcpc-busybox
parent[rfs-stage31] Source config right after fetching (diff)
downloadtm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.tar.gz
tm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.tar.xz
tm-scripts-eb72a3fbf74f932f88ae204bd26298f22ee75a88.zip
relative paths dont work with systemd-204
for now hardcoded /opt/openslx/bin/rm
Diffstat (limited to 'remote/modules/dhcpc-busybox')
-rw-r--r--remote/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service b/remote/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
index edbfd9ed..6c2061a0 100644
--- a/remote/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
+++ b/remote/modules/dhcpc-busybox/data/etc/systemd/system/udhcpc@.service
@@ -6,5 +6,5 @@ After=systemd-tmpfiles-setup.service
Type=forking
PIDFile=/run/udhcpc/udhcpc.%I.pid
ExecStart=/opt/openslx/scripts/systemd-udhcpc++ %I
-ExecStopPost=rm /run/udhcpc/udhcpc.%I.pid
+ExecStopPost=/opt/openslx/bin/rm /run/udhcpc/udhcpc.%I.pid