summaryrefslogtreecommitdiff
path: root/services/loopback.in
diff options
context:
space:
mode:
Diffstat (limited to 'services/loopback.in')
-rw-r--r--services/loopback.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/services/loopback.in b/services/loopback.in
index 741ed1c..c44306c 100644
--- a/services/loopback.in
+++ b/services/loopback.in
@@ -1,9 +1,9 @@
-description = "configure network loopback device"
-type = wait
-target = boot
-before = sysinit
-after = hwclock
-after = hostname
+description configure network loopback device
+type wait
+target boot
+before sysinit
+after hwclock
+after hostname
-exec = "@SBINPATH@/ip addr add 127.0.0.1/8 dev lo brd +"
-exec = "@SBINPATH@/ip link set lo up"
+exec "@SBINPATH@/ip" addr add 127.0.0.1/8 dev lo brd +
+exec "@SBINPATH@/ip" link set lo up