[Debian] demarrage automatique programme
alexaaa
-
Nora -
Nora -
Bjr!
j'ai un programme qui s'appelle ntop et je le lance avec cette commande:
ntop -u ntop -i eth0 -c
Je voudrais savoir si je peux lancer automatiquement ce logiciel au démarrage et comment?
merci...
Alexaaa
j'ai un programme qui s'appelle ntop et je le lance avec cette commande:
ntop -u ntop -i eth0 -c
Je voudrais savoir si je peux lancer automatiquement ce logiciel au démarrage et comment?
merci...
Alexaaa
3 réponses
-
Salut,
si tu n'as pas le fichier /etc/init.d/rc.local alors tu le crées et tu mets dédans la command
En root
echo "ntop -u ntop -i eth0 -c " >> /etc/init.d/rc.local chmod -v 0644 /etc/init.d/rc.local update-rc.d rc.local defaults
lami20j -
-
bonjour,
J`aimerai savoir si la commande marche aussi sous opensuse en remplacant ntop par domino?
merci