summaryrefslogtreecommitdiff
path: root/runlevels
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-04-08 12:46:51 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-04-08 12:46:51 -0500
commit56f1752ce1899c455b9e97ac73da9bd68fbab2b9 (patch)
tree0b03782d3383ec913f99e9226b01050aee624d7c /runlevels
parent9314ac64ead736c3e2b0d990a8b7030c16013993 (diff)
downloadopenrc-56f1752ce1899c455b9e97ac73da9bd68fbab2b9.tar.gz
openrc-56f1752ce1899c455b9e97ac73da9bd68fbab2b9.tar.bz2
openrc-56f1752ce1899c455b9e97ac73da9bd68fbab2b9.tar.xz
create loopback service
The loopback service handles the basic settings for the loopback interface, regardless of the network manager you are using.
Diffstat (limited to 'runlevels')
-rw-r--r--runlevels/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile
index 7bcf29f..6eb84ca 100644
--- a/runlevels/Makefile
+++ b/runlevels/Makefile
@@ -1,4 +1,4 @@
-BOOT= bootmisc fsck hostname localmount \
+BOOT= bootmisc fsck hostname localmount loopback \
root swap swapfiles sysctl urandom ${BOOT-${OS}}
DEFAULT= local netmount
SHUTDOWN= savecache ${SHUTDOWN-${OS}}