| 83 | === Start commands === |
| 84 | |
| 85 | Start commands are similar to Emulab start commands, with a few notable exceptions: |
| 86 | |
| 87 | * benito start commands are run at each boot, instead of just once |
| 88 | * there is no way to report the exit status of a start command (yet) |
| 89 | |
| 90 | You can see the exit status and output of a start command by logging into a node and looking in {{{/var/benito/log/start_command.*}}}. There should be 3 files: |
| 91 | |
| 92 | * {{{start_command.log}}}: general info, including exit status |
| 93 | * {{{start_command.out}}}: stdout from the start command |
| 94 | * {{{start_command.err}}}: stderr |
| 95 | |