X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=scripts%2Frc.conf;h=7dfff27e5c454ab2cef2edc827b6063294a08229;hb=a3fb8f7fdef8cf61b194fd8b44b5c9c39923ffed;hp=8daedd2c7a3b577ab433c307d7729bad00bb09b5;hpb=9ea1bff7b049ce152767460c68bb61f6aa500cef;p=startuptools diff --git a/scripts/rc.conf b/scripts/rc.conf index 8daedd2..7dfff27 100644 --- a/scripts/rc.conf +++ b/scripts/rc.conf @@ -12,7 +12,16 @@ # 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 +# HWCLOCK= +# + +# set if you don't want the startup scripts to do a basic probe +# for hardware kernel modules +# NOPROBEHW=0