diff options
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/rc.conf b/etc/rc.conf new file mode 100644 index 00000000..708e98cb --- /dev/null +++ b/etc/rc.conf @@ -0,0 +1,23 @@ +# +# /etc/rc.conf - configuration file for initscripts +# +# Most of rc.conf has been replaced by various other configuration +# files. See archlinux(7) for details. +# +# For more details on rc.conf see rc.conf(5). +# + +#DAEMONS=(syslog-ng network crond) +DAEMONS=(syslog-ng dbus @cpupower @crond @uptimed @cupsd @network @dnsmasq @ntpd @sshd slim) + +# Storage +# +# USEDMRAID="no" +# USELVM="no" + +# Network +# +interface=eth0 +address= +netmask= +gateway= |