X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fwhenjobsd.pod;h=923a3d2e02906d533ac92f123901014b8e671c68;hb=d6da1b74e241e79eb0af9c01e390e98ceead3a49;hp=938358bf5ba5c9cb21fad848f201bc74c1937bbb;hpb=61cad7bbaf63389b520b695eefdd735bc11a8aa6;p=whenjobs.git diff --git a/daemon/whenjobsd.pod b/daemon/whenjobsd.pod index 938358b..923a3d2 100644 --- a/daemon/whenjobsd.pod +++ b/daemon/whenjobsd.pod @@ -80,10 +80,19 @@ This contains the process ID of the daemon. The daemon also holds an advisory (L-style) exclusive lock on this file while it is running. -=item C<$HOME/.whenjobs/jobs.cmo> +=item C<$HOME/.whenjobs/jobs__*.cmo> (bytecode daemon) -This is the compiled jobs specification which the daemon loads on -start up, or reloads when instructed to by the L tool. +=item C<$HOME/.whenjobs/jobs__*.cmxs> (native code daemon) + +The compiled jobs specification file which the daemon loads on start +up, or reloads when instructed to by the L tool. + +The source jobs ml file(s) are compiled down to a single module with a +random name (each source file is a submodule). Only the highest +numbered file is loaded; the others are assumed to be earlier versions +and deleted. + +See also L. =item C<$HOME/.whenjobs/socket> @@ -101,6 +110,11 @@ from the L tool. The user's home directory. This directory must exist and must be owned by the same user as the daemon. +=item C<$SHELL> + +The shell used to execute shell scripts. If not set, C is +used. + =back =head1 SEE ALSO