Changes between Version 6 and Version 7 of ALOELinuxGuide
- Timestamp:
- 10/03/09 16:24:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ALOELinuxGuide
v6 v7 35 35 More optional arguments can be passed to runph in the shell. The command accepts the following arguments: 36 36 {{{ 37 runph [repository_path] -c [platform_cfg_file] -i [xitf_cfg_file] -p [priority] [--daemon] [-o output_file]37 runph -r [repository_path] -c [platform_cfg_file] -i [xitf_cfg_file] [--daemon] [-o output_file] 38 38 }}} 39 39 Where: 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). 41 41 * ''-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 42 42 * ''-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'': 2044 43 * ''--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. 45 44 * ''-o [output_file]'': File to redirect standard output. ''Default'': None, terminal stdout.