Changes between Version 4 and Version 5 of IndyTubeInitScript
- Timestamp:
- 06/28/09 05:09:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IndyTubeInitScript
v4 v5 1 1 To start and stop indytube using your OS's init system (works on debian-style systems, YMMV on other systems), you need two files: /etc/default/indytube which set the location of the indytube directory/ies, and /etc/init.d/indytube, which does the starting and stopping. After copying these files, run "chmod +x /etc/init.d/indytube" then "update-rc.d indytube defaults" 2 2 3 /etc/default/indytube needs just one line - the full path to indytube. Multiple instances are seperated by a space3 /etc/default/indytube needs the full path to indytube (multiple instances are seperated by a space) and the relative name of the encoder lockfile. 4 4 {{{ 5 5 # Location of indytube instances; seperate by a space if you have more than one
