aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-05-11 21:34:59 +0000
committerJudd Vinet <judd@archlinux.org>2004-05-11 21:34:59 +0000
commite555d5efc43f7e8597dd90482e145f6d1936faf8 (patch)
treea137a63ba3ae7eed7f8b7600c25bba447b908aa8 /rc.conf
parent262af2251dd4675e3664435068d4a96b21ab7d74 (diff)
downloadinitscripts-e555d5efc43f7e8597dd90482e145f6d1936faf8.tar.xz
added hotplug to the DAEMONS array (disabled by default)
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index c31ed3a..a8fc8e8 100644
--- a/rc.conf
+++ b/rc.conf
@@ -51,6 +51,6 @@ ROUTES=(!gateway)
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
#
-DAEMONS=(syslogd klogd !pcmcia network netfs crond)
+DAEMONS=(syslogd klogd !hotplug !pcmcia network netfs crond)
# End of file