Add Whentools library, test, documentation.
[whenjobs.git] / daemon / whenjobsd.ml
index 3f9fe89..164a7e2 100644 (file)
@@ -19,6 +19,9 @@
 open Unix
 open Printf
 
+(* Ensures that Whentools module is linked to the daemon. *)
+let _ = Whentools.set_variable
+
 let () =
   (* Running the daemon as root is a mistake.  It must be run as a
    * non-root user.