View Single Post
  #10  
Unread 15th February, 2010, 10:20 AM
Sp0ngeb0b's Avatar
Sp0ngeb0b Sp0ngeb0b is offline
Godlike
 
Join Date: Sep 2008
Location: Germany
Posts: 488
Default

Little Tutorial :-)

My cronjob looks like this:
Code:
@reboot /home/reboot.sh
It simple calls a .sh file in my home directory, containing this:
Code:
cd /
cd home
cd ut99-server
cd ut-server
./ucc.init start

Last edited by Sp0ngeb0b : 15th February, 2010 at 10:26 AM.
Reply With Quote