Un truc de base, mais comme je ne le fait pas souvent, je le note ici pour la prochaine fois.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# en root cd /etc/init.d cp skeleton monscript nano monscript # changer les variables : # DESC # NAME # DAEMON # DAEMON_ARGS # si le script appelé ne rend pas la main, rajouter l'option # --background # à start-stop-daemon dans do_start() chmod +x monscript update-rc.d monscript defaults service monscript start |