From bf4d66eb5d4c660e21527cbd06b36696e5333274 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 6 Oct 2012 21:01:50 -0400 Subject: Add system-wide configuration files --- etc/rc.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 etc/rc.conf (limited to 'etc/rc.conf') 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= -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/doc/zlib/inflateBack.3 (unfollow)
Commit message (Collapse)Author
2022-03-15Remove dashJune McEnroe