# invoke-rc.d networking start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service networking start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start networking
networking stop/waiting
J'ai l'impression que ta commande me dit l'inverse ! (ce n'est peut être qu'une impression).
Tu remarqueras tout de même que le "start" ... "stop" aussi.
[^] # Re: zut ...
Posté par GnunuX (site web personnel) . En réponse au journal Toujours plus vite. Évalué à 3.
# invoke-rc.d networking start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service networking start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start networking
networking stop/waiting
J'ai l'impression que ta commande me dit l'inverse ! (ce n'est peut être qu'une impression).
Tu remarqueras tout de même que le "start" ... "stop" aussi.