Changes

Jump to navigation Jump to search
4 bytes added ,  06:24, 5 May 2010
Line 149: Line 149:  
== Auto start Funambol on startup ==
 
== Auto start Funambol on startup ==
   −
To make Funambol start automagically, create /etc/init.d/funambol with the following content (and chmod 755 /etc/init.d/funambol  afterwards) :
+
To make Funambol start automagically, create
 +
 
 +
vim /etc/init.d/funambol
 +
 
 +
with the following content:
    
  #! /bin/bash
 
  #! /bin/bash
Line 175: Line 179:  
  esac
 
  esac
 
  exit 0
 
  exit 0
 +
 +
complete with
 +
 +
chmod 755 /etc/init.d/funambol
    
== Configuring the Calendar Sync connection ==
 
== Configuring the Calendar Sync connection ==
374

edits

Navigation menu