From 440eada379238ca32db78db7f51de5eb235d1566 Mon Sep 17 00:00:00 2001 From: fbt Date: Thu, 8 Jan 2015 12:42:44 +0300 Subject: [PATCH] simplify the default rc.conf --- rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.conf b/rc.conf index 08fb49a..518162a 100644 --- a/rc.conf +++ b/rc.conf @@ -10,7 +10,7 @@ cfg_hostname='changeme' # Services cfg_services+=( 'fsck' 'mount' 'systemd-udevd' 'sysctl' ) # Services that need tp be started in an order -cfg_services+=( '@lo.iface' '@crond' '@dbus' '@alsa' ) # These start in parallel. +cfg_services+=( '@lo.iface' ) # These start in parallel. cfg_services+=( @agetty-tty{2..6} ) # Comment this if your init starts something on the ttys itself. cfg_services+=( 'rc.local' ) # Traditionally, rc.local starts last. Technically here it doesn't. Not quite :)