Quote:
robermann79 ha scritto:
per eseguire un comando subito dopo il boot puoi creare uno script chiamato after.local, al seguente percorso:
<br />/etc/init.d/after.local<br />
Ecco un esempio del contenuto:<br />#! /bin/sh<br />#<br /># /etc/init.d/after.local<br />#<br />#<br /># Here you should add things, that should happen directly<br /># after run level is reached.<br />#<br />/usr/sbin/ddclient &<br />
ciao
rob
Grazie Rob!Provo ad inserire i miei 2 comandi lì in mezzo! ;d speriamo bene!!
Grazie, mi sei stato di grande aiuto!