diff options
author | June McEnroe <june@causal.agency> | 2012-10-06 21:01:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-10-06 21:01:50 -0400 |
commit | 131d877ea99956272a87694ac92fafe4ea1a3b8d (patch) | |
tree | e03cb44e259687afd6e95f0e68baa1b04d89b15c /etc/rc.conf | |
parent | Remove gnome-keyring (diff) | |
download | src-131d877ea99956272a87694ac92fafe4ea1a3b8d.tar.gz src-131d877ea99956272a87694ac92fafe4ea1a3b8d.zip |
Add system-wide configuration files
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= |