Changes between Version 14 and Version 15 of MTO

Show
Ignore:
Timestamp:
04/05/13 11:17:38 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MTO

    v14 v15  
    5656 
    5757Whenever MUSCLE_HOME/etc/muscle.profile is sourced, these variables are set. 
    58 = starting MTO = 
     58= Starting MTO = 
     59The MTO can be started in two modes: 
    5960 * debug mode  
    6061{{{ 
    6162   mto --debug 
    6263}}} 
    63  * deamon mode 
     64 * daemon mode 
    6465{{{ 
    6566  mto 
    6667}}} 
     68 
     69In the debug mode the MTO prints debug information and stays active in the console. In the daemon mode, it runs in the background and will continue after you log out. Instead of printing debug information, it will log some runtime information to a log file. The path of that log file is printed before going into daemon mode, but it can also be specified. Use 
     70{{{ 
     71mto --help 
     72}}} 
     73to see all options. 
     74 
    6775= Example setup = 
    6876