~/.config/littlejet/config.conf
—
Configuration parameters for LittleJet
The
littlejet(1)
utility uses some defaults that are safe for most environments, but you can
change any parameters described below to adapt it to your needs.
~/.config/littlejet/config.conf
is a file that
contains the parameters that control the operation of
littlejet(1).
Note that this file is an
sh(1)
script.
- PREFIX
- Root prefix used by other directories.
Default:
/usr/local
- LITTLEJETDIR
- Location of files generated by LittleJet.
Default:
${HOMEDIR}/.littlejet
- PROJECTSDIR
- Location of projects.
Default:
${LITTLEJETDIR}/projects
- RUNSCRIPTS
- Space-separated list of directories where RunScripts are located.
Note that this works similarly to the
PATH
environment variable, where the first match
wins. This is very useful when you want to use your own RunScript that
has the same name as the one shipped by LittleJet. Of course, this is a
double-edged sword: if you have scripts that depend on specific
parameters or some specific behavior that your RunScript doesn't
provide, those scripts can and probably will fail.
Default:
${LITTLEJETDIR}/runscripts
${SHAREDIR}/runscripts
- SOCKETSDIR
- Location of SSH sockets when multiplexing.
Default:
${LITTLEJETDIR}/sockets
- NODESDIR
- Location of nodes.
Default:
${LITTLEJETDIR}/nodes
- REMOTE_DATADIR
- Location of files generated by LittleJet on the remote system.
Default:
${DATADIR}
- REMOTE_PROJECTSDIR
- Location of projects that are uploaded by LittleJet to the remote system.
Default:
${REMOTE_DATADIR}/projects
- NCPU
- Maximum number of jobs running at the same time.
- SHOW_HEALTHCHECKERS
- Displays the healthcheckers when the jail has one or more defined.
Default: 0
- SHOW_LIMITS
- Displays the limits when the jail has one or more defined.
Default: 0
- SHOW_STATS
- Displays the stats of each jail when the system has
rctl(8)
enabled.
Default: 0