summaryrefslogtreecommitdiff
path: root/services/loopback
diff options
context:
space:
mode:
Diffstat (limited to 'services/loopback')
-rw-r--r--services/loopback10
1 files changed, 0 insertions, 10 deletions
diff --git a/services/loopback b/services/loopback
deleted file mode 100644
index 53118b5..0000000
--- a/services/loopback
+++ /dev/null
@@ -1,10 +0,0 @@
-description configure network loopback device
-type wait
-target boot
-before sysinit
-after hostname vfs
-
-exec {
- ip addr add 127.0.0.1/8 dev lo brd +
- ip link set lo up
-}