You should probably use the command "crontab -e"

That will invoke "$EDITOR" which defaults to nano on Ubuntu.

If you want want to save in vi, you use ":wq" (write and quit)

Here are my suggested values for those entries:

Code:
--------------------
    
  # m h dom m dow cmd
  0 9 * * * /usr/local/sbin/ImR_all -soft /Qmultimedia
  0 9 * * * /etc/init.d/ddns_update.sh
  0 9 * * 1 /sbin/hwclock -s
  
--------------------


Run the jobs at 9am, instead of in the middle of the night.  Running
those all at the same time so you only need to spin up once.  You
shouldn't need to save the hwclock more than once a week, so only do
that on mondays.


-- 
SuperQ
------------------------------------------------------------------------
SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139
View this thread: http://forums.slimdevices.com/showthread.php?t=53440

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to