From 5c4d28640b0679ecd52ccb9bbee8daf638569408 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 9 Jan 2014 11:11:18 +0000 Subject: [PATCH] add cron and sshd to default startup daemons Also added 'default' network to networks to start up --- scripts/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/rc.conf b/scripts/rc.conf index a4f9a88..f8565a3 100644 --- a/scripts/rc.conf +++ b/scripts/rc.conf @@ -12,10 +12,10 @@ # user startup. These will be start in the order given # it doesn't have to be set -DAEMONS='network' +DAEMONS='network cron sshd' # list of network configurations to run on network start -NETWORKS='localhost' +NETWORKS='localhost default' # args to be passed to hwclock at startup # if hwclock is in the DAEMONS list -- 2.40.0