[01:52] so generally... how can i run sysv scripts only after *all* of the network is up?.. [02:01] change the "start on" line of /etc/init/rc-sysinit.conf [02:02] if you want to just wedge something, you can do [02:02] echo start on WHATEVERINDICATESNETWORKINGISUP and starting rc-sysinit [02:02] that will wedge rc-sysinit from starting until "WHATEVERINDICATESNETWORKINGISUP" happens [02:02] err [02:02] echo start on WHATEVERINDICATESNETWORKINGISUP and starting rc-sysinit >> /etc/init/rc-sysinit-networking-wedge.conf [02:02] obviously [03:19] hello again [03:19] need an insight... how can i make sysv scripts run only after all the networking is up? [13:12] hi [13:15] can i somehow start a job on two different conditions? i want to use the one or the other. eg on rc2 stopped or on a signal [17:30] Question, when I tell upstart to restart a process, what exactly does it do? [17:32] anyone? [20:31] tohava: restart stops then starts the job, but does not reload its configuration (so any changes to the job file will not be recognized by a restart)