create loopback service

The loopback service handles the basic settings for the loopback
interface, regardless of the network manager you are using.
This commit is contained in:
William Hubbs
2013-04-08 12:46:51 -05:00
parent 9314ac64ea
commit 56f1752ce1
4 changed files with 42 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
DIR= ${INITDIR}
SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \
root.in savecache.in swap.in swapfiles.in \
SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in loopback.in \
netmount.in root.in savecache.in swap.in swapfiles.in \
tmpfiles.setup.in swclock.in sysctl.in urandom.in ${SRCS-${OS}}
BIN= ${OBJS}