summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-15 17:01:20 +0100
committerSimon Rettberg2014-01-15 17:01:20 +0100
commit0e54b9468d137100ba148ada15479b7b1625dd4f (patch)
treed93e8c3088ea4e9bcafc8d387403f4c731e3fb0f /remote/modules/systemd/data
parent<system startup> rework dhcp request: try to get an address (and dns/hostname... (diff)
downloadtm-scripts-0e54b9468d137100ba148ada15479b7b1625dd4f.tar.gz
tm-scripts-0e54b9468d137100ba148ada15479b7b1625dd4f.tar.xz
tm-scripts-0e54b9468d137100ba148ada15479b7b1625dd4f.zip
Move udhcpc stuff to its own module. Was spread across systemd and rootfs-stage32
Diffstat (limited to 'remote/modules/systemd/data')
l---------remote/modules/systemd/data/etc/systemd/system/sysinit.target.wants/udhcpc@br0.service1
-rw-r--r--remote/modules/systemd/data/etc/systemd/system/udhcpc@.service13
2 files changed, 0 insertions, 14 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/sysinit.target.wants/udhcpc@br0.service b/remote/modules/systemd/data/etc/systemd/system/sysinit.target.wants/udhcpc@br0.service
deleted file mode 120000
index dff66b14..00000000
--- a/remote/modules/systemd/data/etc/systemd/system/sysinit.target.wants/udhcpc@br0.service
+++ /dev/null
@@ -1 +0,0 @@
-../udhcpc@.service \ No newline at end of file
diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
deleted file mode 100644
index 6547de5b..00000000
--- a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=DHCP Client
-DefaultDependencies=no
-Before=sysinit.target
-
-[Service]
-Type=forking
-PIDFile=/run/udhcpc/udhcpc.%I.pid
-ExecStart=/opt/openslx/scripts/systemd-udhcpc++ %I
-ExecStopPost=/bin/rm /run/udhcpc/udhcpc.%I.pid
-
-[Install]
-WantedBy=multi-user.target