Hello Stoyan, office [19/09/04 13:19 -0700] wrote: [...] // Should I write a script? How to make the debian mashine to execute it // at startup?
Yes, you should write a script, and you could copy it into
/etc/init.d/script_name and execute
~# update-rc.d script_name defaults
so that, some symbolic links will be created into /etc/rc[0123456].d/
for 'start'ing and 'stop'ing your script when you'll boot and shutdown
your machine.
Good luck :-)
--
.''`. Public Key & Key Fingerprint ,= ,-_-. =.
: :' : http://fermat.movimage.com/fermat.asc ((_/)o o(\_))
`. `'` 02C3 E5E5 2283 D08F 506C 3070 4713 40EF 21C5 21E2 `-'(. .)`-'
`- http://www.debian.org/ http://www.gnu.org/ \_/
signature.asc
Description: Digital signature

