So I have this program which I manually run as root :
sudo gammu-smsd -c /etc/gammu-smsdrc -d
What this does is it runs the Gammu (software to manage gsm modems) and 'daemonize' it. My problem is I want this program to automatically run on boot up .
Is it ok to just edit root's crontab and stick this command there? Or there's some other way?
(Im using Ubuntu 11.04.)