aboutsummaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-10-07 14:54:44 +0200
committerTom Gundersen <teg@jklm.no>2012-10-07 14:54:44 +0200
commit2f33b947d7c2d48a98423cab24929100e56d94a6 (patch)
tree37d74f2a16361084e2ff72cf95e65e4e417538da /rc.conf
parent75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68 (diff)
downloadinitscripts-2f33b947d7c2d48a98423cab24929100e56d94a6.tar.xz
rc.conf: default to empty DAEMONS array
The user should pick what daemons to use, no need to provide default ones. In particular as this is also used by systemd, where the default units no longer make sense. Suggested-by: Thomas Bächler <thomas@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r--rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/rc.conf b/rc.conf
index fc9ccdd..f056d74 100644
--- a/rc.conf
+++ b/rc.conf
@@ -7,7 +7,10 @@
# For more details on rc.conf see rc.conf(5).
#
-DAEMONS=(syslog-ng network crond)
+DAEMONS=()
+
+# a reasonable default DAEMONS array is:
+# DAEMONS=(syslog-ng network crond)
# Storage
#