summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service')
-rw-r--r--core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service b/core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service
new file mode 100644
index 00000000..c566eda1
--- /dev/null
+++ b/core/modules/dhcpc-busybox/data/etc/systemd/system/network-interface@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Brings interface %i up
+Wants=dhcpc@%i.service
+Before=dhcpc@%i.service
+
+[Service]
+Type=oneshot
+ExecStart=/opt/openslx/sbin/ip link set dev %i up
+