Changes between Version 6 and Version 7 of ALOELinuxGuide

Show
Ignore:
Timestamp:
10/03/09 16:24:55 (15 years ago)
Author:
ismael (IP: 62.57.1.15)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ALOELinuxGuide

    v6 v7  
    3535More optional arguments can be passed to runph in the shell. The command accepts the following arguments: 
    3636{{{ 
    37 runph [repository_path] -c [platform_cfg_file] -i [xitf_cfg_file] -p [priority] [--daemon] [-o output_file] 
     37runph -r [repository_path] -c [platform_cfg_file] -i [xitf_cfg_file] [--daemon] [-o output_file] 
    3838}}} 
    3939Where: 
    40  * ''[repository_path]'': Location where cofiguration, executables and applications subdirectories are found (see before). 
     40 * ''-r [repository_path]'': Location where cofiguration, executables and applications subdirectories are found (see before). 
    4141 * ''-c [platform_cfg_file]'': Configuration file for platform parameters and list of daemons to launch, see Customizing your Platform, below. ''Default'': /usr/local/etc/daemons.conf 
    4242 * ''-i [xitf_cfg_file]'': Configuration file for external interfaces, see Customizing your Platform. ''Default'': /usr/local/etc/xitf.conf 
    43  * ''-p [priority]'': Needs root privileges. Kernel priority level for waveform processes, see Performance Notes. ''Default'': 20 
    4443 * ''--daemon'': Run PHAL in background. You should specify an output file (for standard output) so you can track what's happening. Also '''cmdman''' daemon should be launched as a daemon preventing to read from input (see below, Launching ALOE as a Daemon). ''Default'': Foreground. 
    4544 * ''-o [output_file]'': File to redirect standard output. ''Default'': None, terminal stdout.