I wonder how can I make a regular application like for instance noip2
updater a system process. I use Debian 6.0.2. For now I have it like this :
- the binary is in the
/usr/local/bin/
asnoip2
file - the 'script' that launches is added to
/etc/rc.local
How can I make it a system service to be able to run/stop it with e.g. service
command ?