summaryrefslogtreecommitdiffstats
path: root/remote/modules/dhcpc-busybox
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-02 15:57:24 +0200
committerJonathan Bauer2014-07-02 15:57:24 +0200
commitd01da409c69a021f7511f46c206a884cbeed2d2b (patch)
tree7f5d8d53865c089c16d6810e8afe2fe79da455a1 /remote/modules/dhcpc-busybox
parent[rfs-s31] linking bb applets breaks some stage4's binaries (diff)
downloadtm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.tar.gz
tm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.tar.xz
tm-scripts-d01da409c69a021f7511f46c206a884cbeed2d2b.zip
remove hardcoded /bin/rm call. Relative calls work in services files
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 9226f00c..edbfd9ed 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=/bin/rm /run/udhcpc/udhcpc.%I.pid
+ExecStopPost=rm /run/udhcpc/udhcpc.%I.pid