From: Nathan Wagner Date: Thu, 9 Jan 2014 11:11:18 +0000 (+0000) Subject: add cron and sshd to default startup daemons X-Git-Url: https://pd.if.org/git/?p=startuptools;a=commitdiff_plain;h=5c4d28640b0679ecd52ccb9bbee8daf638569408 add cron and sshd to default startup daemons Also added 'default' network to networks to start up --- 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